View Single Post
  #1 (permalink)  
Old July 29th, 2008
mpajoh mpajoh is offline
Novicius
 
Join Date: August 3rd, 2006
Posts: 3
mpajoh is flying high
Default cannot run phex on Fedora 9 X86_64

when I try to run phex on Fedora 9 X86_64 with all the updates I get:
Code:
[phex]$ java -jar lib/phex.jar
Exception in thread "main" java.lang.UnsupportedClassVersionError: phex/Main (Unsupported major.minor version 49.0)
	at java.lang.ClassLoader.defineClass0(Native Method)
	at java.lang.ClassLoader.defineClass(Unknown Source)
	at java.security.SecureClassLoader.defineClass(Unknown Source)
	at java.net.URLClassLoader.defineClass(Unknown Source)
	at java.net.URLClassLoader.access$100(Unknown Source)
	at java.net.URLClassLoader*****run(Unknown Source)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.net.URLClassLoader.findClass(Unknown Source)
	at java.lang.ClassLoader.loadClass(Unknown Source)
	at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
	at java.lang.ClassLoader.loadClass(Unknown Source)
	at java.lang.ClassLoader.loadClassInternal(Unknown Source)
and here is the java version:
Code:
[phex]$ java -version
java version "1.4.2-03"
Java(TM) 2 Runtime Environment, Standard Edition (build Blackdown-1.4.2-03)
Java HotSpot(TM) 64-Bit Server VM (build Blackdown-1.4.2-03, mixed mode)
phex ran fine on Fedora 8 on the same hardware!

What am I doing wrong!
Sorry if this a FAQ, I tried and could find and/or understand the answer.
If it is a FAQ just point me in the direction of the URL.

Thanks for any help.
Reply With Quote