Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » Aperi_R0.2_Binary.zip install problems
Aperi_R0.2_Binary.zip install problems [message #206996] Mon, 23 April 2007 22:37 Go to next message
Eclipse UserFriend
Originally posted by: tony.bar.gmail.com

Apologize if this has already been asked, I'm trying to install the
milestone release from download.

I've followed the instructions so far, I've installed the java help, the
recommended jar files and exported my path out:

C:\aperi\configure>set path=%path%;C:\Program Files\Java\j2re1.4.2_06\bin

Now I'm trying to run cfgaperi and I get the following output:

C:\aperi\configure>cfgaperi
Exception in thread "main" java.lang.UnsupportedClassVersionError:
org/eclipse/aperi/configure/ConfigureAperi (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$1.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)


I'm not sure what the problem is here, any help greatly appreciated.
Re: Aperi_R0.2_Binary.zip install problems [message #207421 is a reply to message #206996] Wed, 25 April 2007 10:24 Go to previous message
Asaf Yaffe is currently offline Asaf YaffeFriend
Messages: 333
Registered: July 2009
Senior Member
Tony Bar wrote:
> Apologize if this has already been asked, I'm trying to install the
> milestone release from download.
>
> I've followed the instructions so far, I've installed the java help, the
> recommended jar files and exported my path out:
>
> C:\aperi\configure>set path=%path%;C:\Program Files\Java\j2re1.4.2_06\bin
>
> Now I'm trying to run cfgaperi and I get the following output:
>
> C:\aperi\configure>cfgaperi
> Exception in thread "main" java.lang.UnsupportedClassVersionError:
> org/eclipse/aperi/configure/ConfigureAperi (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$1.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)
>
>
> I'm not sure what the problem is here, any help greatly appreciated.
>
Your Java application is compiled for a Java 5.0 JVM and you are using
Java 1.4.2. You need to upgrade your JVM/JDK to a Java 5.0 (1.5.x) JVM
or better.

HTH,
Asaf

--
Asaf Yaffe
Eclipse TPTP Committer, JVMTI Profiler
Previous Topic:no source file named..
Next Topic:Eclipse often hangs
Goto Forum:
  


Current Time: Fri Apr 26 10:16:47 GMT 2024

Powered by FUDForum. Page generated in 0.08303 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top