Hello
Is that possible to call java 5.0 jars insdide java 1.4 code?
I am developing under JRE6, Jdk 1.4. Trying to call a
Java class from a Java 5.0 based jar file, get the following error:
Unsupported major.minor version 49.0
??
Nope, you are most likely able to run stuff compiled by older Java compilers with the newer runtimes, but not the other way around. You would need a true interpreter for that.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.