I am working on a tool which is built using jdk 1.5u22. But, I have to make enhancements, in which I have to use api’s which run only on jdk1.6. The project builds but fails while loading jars. I always thought it was jre which loads jars.. How can solve this??
Share
If your code compiled & ran with JDK 1.5 there’s no reason why it shouldn’t run with JDK 1.6 really.
Check the following: