Thanks Paul,
what version of Java are you running, I'm running 1.6.x on my Mac, if
you open the terminal again and type:
java -version
to find out.
If you have 1.7, try 1.6 instead. Some educational institutions are
recommending 1.7, but I wouldn't.. and Oracle (makers of Java) aren't
that confident in it either :-)
If you are running 1.6, I'll have another think....
On Feb 17, 10:28 pm, Paul Rzad <
o1sky...@yahoo.com> wrote:
> here is what I got....
>
> ast login: Tue Sep 7 17:28:02 on console
> paul-rzads-imac:~ paulrzad$ cd Desktop
> paul-rzads-imac:Desktop paulrzad$ java -jar Satscape.jar
> 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:676)
> 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:317)
> at java.lang.ClassLoader.loadClass(ClassLoader.java:252)
> at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:375)
> at java.lang.Class.forName0(Native Method)
> at java.lang.Class.forName(Class.java:242)
> at
> org.eclipse.jdt.internal.jarinjarloader.JarRsrcLoader.main(JarRsrcLoader.ja va:56)
>
> paul-rzads-imac:Desktop paulrzad$
>
> ________________________________
> From: Satscape <
satsc...@gmail.com>