java-5
tomcat eclipse mssql driver demanding Java 1.6
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[详细]
2023-03-14 08:43 分类:问答Java 1.5 crash on AIX 5
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.[详细]
2023-03-08 16:53 分类:问答for:each loop in IBM Webphere application server 6.1
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[详细]
2023-03-02 03:39 分类:问答porting a java6 swing code to java5
I have some code 开发者_如何学Gothat uses JTabbedPane java 6 extension (it uses the method indexOfTabComponent(Component))[详细]
2023-02-25 12:27 分类:问答jdk-5 error while building android source code
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.[详细]
2023-02-17 18:04 分类:问答Why do people still use primitive types in Java?
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.[详细]
2023-02-15 09:38 分类:问答Compile another java file from java file
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[详细]
2023-02-15 03:53 分类:问答How to load JAXB within an applet under Java 1.5
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[详细]
2023-02-13 08:35 分类:问答Can we run resteasy on jdk 1.5
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[详细]
2023-02-02 09:54 分类:问答Invoking EJB on 1.6 from client on 1.5
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).[详细]
2023-01-23 18:16 分类:问答