Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Error, trying to call Java 5.0 Jar inside Java 1.4 code

Status
Not open for further replies.

Admente

Programmer
Nov 29, 2006
7
0
0
DE
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.

HTH
TonHu
 
I don't agree. That will depend on the spefical instructions used.

Cheers,
Dian
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top