mannyzhou5 / evolutionchamber

Automatically exported from code.google.com/p/evolutionchamber
0 stars 0 forks source link

Failure to launch "Bad version number in .class file" Mac OS X 10.5.8 #95

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Attempt to launch any version via double-click on Mac OS X 10.5.8
2. Attempt to launch any version via command-line on Mac OS X 10.5.8

What is the expected output? What do you see instead?
Expected to see software launch, receieved error message listed below.

What version of the product are you using? On what operating system?
Tested version 15 and 17

Please provide any additional information below.
Error Message:
Exception in thread "main" java.lang.UnsupportedClassVersionError: Bad version 
number in .class file
    at java.lang.ClassLoader.defineClass1(Native Method)
    at java.lang.ClassLoader.defineClass(ClassLoader.java:676)
    at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:124)
    at java.net.URLClassLoader.defineClass(URLClassLoader.java:260)
    at java.net.URLClassLoader.access$100(URLClassLoader.java:56)
    at java.net.URLClassLoader$1.run(URLClassLoader.java:195)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:317)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:252)
    at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:375)
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Class.java:242)
    at org.eclipse.jdt.internal.jarinjarloader.JarRsrcLoader.main(JarRsrcLoader.java:54)

Original issue reported on code.google.com by adrobo...@gmail.com on 28 Oct 2010 at 9:36

GoogleCodeExporter commented 9 years ago
What Java version do you have?
Try to download latest from here: http://java.com

Original comment by sergey...@gmail.com on 29 Oct 2010 at 12:01

GoogleCodeExporter commented 9 years ago
Sun (now Oracle) doesn't provide Java for the Mac OS X.
Java for that platform was (deprecated now) developed and bundled with the 
system by Apple.
Pleaase open up the Terminal.app and try the following.

java -version

To tell us the exact version of Java you are using.

java -jar drive:path:to:evolutionchamber-version-0017.jar

To try running evolution chamber directly from the Terminal.app

Original comment by netpr...@gmail.com on 29 Oct 2010 at 6:26

GoogleCodeExporter commented 9 years ago
Seems that a similar problem has been reported on the TL thread:
http://www.teamliquid.net/forum/viewpost.php?post_id=6776413

Original comment by netpr...@gmail.com on 29 Oct 2010 at 12:04

GoogleCodeExporter commented 9 years ago
The most likely cause of this problem is using an older Java release. Since we 
didn't get the java version from the reporter I'm closing this issue. Please 
update your java installation to version 1.6 if the issue still persists after 
the update - drop a comment here.

Original comment by netpr...@gmail.com on 16 Nov 2010 at 10:19