Hi,
I am working on a
Java Upgrade project from JDK 1.4 to JDK 1.6 Update 16(jdk1.6.0_16).
The project uses JAXB so I even changed the JAXB jars to latest version 2.2.
I made the changes in the build.xml pointing to 1.6 from 1.4
I am facing some problem with the JAXB jars.
I am getting "Cannot be resolved to a type" errors for few Java files in the code because of which the appropriate Jars are not being generated.
Please help me out as I am new to Migration stuff.
Thanks,
Anant