I started writing my servlet in Java 1.6 for tomcat 7, but then I later needed to roll back to Java 1.开发者_开发技巧5 for tomcat 6.I\'m using eclipse.For some reason though, when I try to run my serv
I have a problem with Java 1.5.0 for AIX. The error happens just when I log on with specific user on AIX (myuser). When I log on with other user java works ok.
I have developed a web application and created war file using Netbeans 6.9. I had used Java 5 features extensively, in both jsp\'s and java files. After deployment while viewing a jsp page that contai
I have some code 开发者_如何学Gothat uses JTabbedPane java 6 extension (it uses the method indexOfTabComponent(Component))
i am trying to build linux kernel for android emulator(Eclair version). i have downloaded the android source code, and also \"$repo sync\" was successful.
Since Java 5, we\'ve had boxing/unboxing of primitive types so that int is wra开发者_运维知识库pped to be java.lang.Integer, and so and and so forth.
Just out of curiosity. Can we compile& run a java file from another java program? If so, can you send a reference to that 开发者_C百科knowledge source?Take a look at Java Compiler Api and this li
I have an applet (开发者_开发知识库packaged as a jar) requires JAXB (jaxb-api-2.1.jar) running fine with Java 1.6. However, when it is under Java 1.5, even with the JAXB classes extracted into the app
I want to run Resteasy on jdk 1.5 but it requires 1.6 instead. see this: look at jdk version in \"d开发者_开发知识库epends on\" category. Is there a way to run/compile the sources with jdk 5.? Please
I have a Glassfish v3 server running a set of EJBs (under java 1.6 obviously). I have another machine on top of which I have ahost java 1.5 - none J2EE - process (i can\'t change that).