We closed this forum 18 June 2010. It has served us well since 2005 as the ALPHA forum did before it from 2002 to 2005. New discussions are ongoing at the new URL http://forum.processing.org. You'll need to sign up and get a new user account. We're sorry about that inconvenience, but we think it's better in the long run. The content on this forum will remain online.
Page Index Toggle Pages: 1
error running lib (Read 562 times)
error running lib
Sep 17th, 2007, 8:09pm
 
OK I am trying to run a java library i've been writing. I had it running on an older computer but I recently switched to a new computer and i am getting this error and I don't know what it means can some one help?

this is the error

java.lang.UnsupportedClassVersionError: matrix/pmatrix (Unsupported major.minor version 50.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)
Re: error running lib
Reply #1 - Sep 17th, 2007, 8:53pm
 
oops got it I had to chance some of the projects properties.
Page Index Toggle Pages: 1