Skip to Main Content

Java SE (Java Platform, Standard Edition)

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Difference between jdk 1.4 and jdk 1.5

843798May 4 2006 — edited Jun 9 2006
hi,
can anyone help me out.
i have an application, for which i prepare a war file(using jdk 1.4) and deploy it on weblogic 8.1, it is working fine.
but when i use weblogic 9.1, i need to compile the whole application in jdk 1.5, and then i prepare the war file and deploy on the weblogic server 9.1.it is givin me error.

java.lang.NoClassDefFoundError: javax/xml/bind/JAXBException
although all the necessary jars are added in the classpath, for JAXB.

Is there difference, which i need to consider, for JAXB which i might be ignoring in JDK 1.5.
help me out.

thanks in advance
prashant
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 7 2006
Added on May 4 2006
1 comment
589 views