Re: [Jtreeview-users] Java issue with OSX 10.4.8?
Brought to you by:
alokito
|
From: Leonard F. <ljf...@in...> - 2007-02-22 04:31:37
|
Thanks for the quick reply Alok. Here's my version info: java version "1.5.0_07" Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_07-164) Java HotSpot(TM) Client VM (build 1.5.0_07-87, mixed mode, sharing) Thanks Leonard On 21-Feb-07, at 7:55 PM, Alok Saldanha wrote: > Dear Leonard, > > The error typically indicates some java version incompatibility. > If you open Terminal (In Applications->Utilities) and type: > >> java -version > > you should get something like: > >> java version "1.5.0_06" >> Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_06-113) >> Java HotSpot(TM) Client VM (build 1.5.0_06-68, mixed mode, sharing) > > Could you cut and paste your version info? > > Thanks, > Alok > > On Feb 21, 2007, at 7:41 PM, Leonard Foster wrote: > >> Hello, >> >> I tried installing JTV (both the universal binary and the Mac >> Universal versions) on a Mac Book Pro with 10.4.8 installed and I get >> the following error in the Console: >> >> [JavaAppLauncher Error] CallStaticVoidMethod() threw an exception >> Exception in thread "main" java.lang.UnsupportedClassVersionError: >> edu/stanford/genetics/treeview/app/LinkedViewApp (Unsupported >> major.minor version 49.0) >> at java.lang.ClassLoader.defineClass0(Native Method) >> at java.lang.ClassLoader.defineClass(ClassLoader.java:539) >> at java.security.SecureClassLoader.defineClass >> (SecureClassLoader.java:123) >> at java.net.URLClassLoader.defineClass(URLClassLoader.java:251) >> at java.net.URLClassLoader.access$100(URLClassLoader.java:55) >> at java.net.URLClassLoader$1.run(URLClassLoader.java:194) >> at java.security.AccessController.doPrivileged(Native Method) >> at java.net.URLClassLoader.findClass(URLClassLoader.java:187) >> at java.lang.ClassLoader.loadClass(ClassLoader.java:289) >> at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:274) >> at java.lang.ClassLoader.loadClass(ClassLoader.java:235) >> at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:302) >> at java.lang.Class.forName0(Native Method) >> at java.lang.Class.forName(Class.java:219) >> at apple.launcher.LaunchRunner.loadMainMethod(LaunchRunner.java:55) >> at apple.launcher.LaunchRunner.run(LaunchRunner.java:84) >> at apple.launcher.LaunchRunner.callMain(LaunchRunner.java:50) >> at apple.launcher.JavaApplicationLauncher.launch >> (JavaApplicationLauncher.java:52) >> >> I have the latest Java update. Am I missing something? >> >> Thanks >> >> Leonard >> >> --------------------------------------------------------------------- >> ---- >> Take Surveys. Earn Cash. Influence the Future of IT >> Join SourceForge.net's Techsay panel and you'll get the chance to >> share your >> opinions on IT & business topics through brief surveys-and earn cash >> http://www.techsay.com/default.php? >> page=join.php&p=sourceforge&CID=DEVDEV >> _______________________________________________ >> Jtreeview-users mailing list >> Jtr...@li... >> https://lists.sourceforge.net/lists/listinfo/jtreeview-users > |