Hi guys,
I need help on Java.
I have a Macbook (10.4). When I try to open a .jar file, I got a message like: can't open...
In the Console, the error message is:
Exception in thread "main" java.lang.UnsupportedClassVersionError: Bad version number in .class file
I googled it and it seem that something is missing from my OS, since the .jar file has been "compiled" with something that I don't have (??). Software update is ok, and on the terminal (don't ask me how I arrived there):
java version "1.5.0_13"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_13-b05-241)
Java HotSpot(TM) Client VM (build 1.5.0_13-121, mixed mode, sharing)
Can someone help me? Thanks a lot in advance
I need help on Java.
I have a Macbook (10.4). When I try to open a .jar file, I got a message like: can't open...
In the Console, the error message is:
Exception in thread "main" java.lang.UnsupportedClassVersionError: Bad version number in .class file
I googled it and it seem that something is missing from my OS, since the .jar file has been "compiled" with something that I don't have (??). Software update is ok, and on the terminal (don't ask me how I arrived there):
java version "1.5.0_13"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_13-b05-241)
Java HotSpot(TM) Client VM (build 1.5.0_13-121, mixed mode, sharing)
Can someone help me? Thanks a lot in advance