Difference between jdk 1.4 and jdk 1.5
843798May 4 2006 — edited Jun 9 2006hi,
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