Linux Client Problem
Hello,
After downloading and untarring agiletrack-client-1.1.0.tar.gz, when I run agiletrack I get:
./agiletrack
Using java at /usr/lib/jvm/java-1.5.0-sun/jre.
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:620)
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:306)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:268)
at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319)
—Posted by James on Apr 4, 2007
|
|
Somebody more knowledgable than me says that this is probably due to the application being compiled with 1.6. Does this mean Java 1.6 is required to run AgileTrack now? Supposedly if no 1.6 specific features are being used then you can compile something with 1.6 to target 1.5+.
James
—Posted by James on Apr 4, 2007 at 12:36:07 PM
James is correct that it appears to have been compiled with 1.6. I'm going to rebuild it and get it out as soon as I can, but that may not be until tomorrow. In the mean time, the agiletrack-client-1.1.0.zip was built with 1.5 and you should be able to use it instead.
—Posted by Adam Lane on Apr 4, 2007 at 2:45:17 PM
I finally got a chance to get the fixed agiletrack-client-1.1.0.tar.gz file out there. It was built with 1.6, but the target was set to 1.5, so it should work now.
—Posted by Adam Lane on Apr 8, 2007 at 9:23:39 PM