Mac Install

25 views
Skip to first unread message

paul

unread,
Feb 16, 2012, 3:04:34 AM2/16/12
to Satscape
Every time I try and load the satscape jar file it will not
open...... Im running OS X 10.5.8 and the latest version of Java ,
Ideas?



Thanks

Satscape

unread,
Feb 16, 2012, 6:09:06 AM2/16/12
to Satscape
Hi, you might be able to find out why by doing this:
- put satscape.jar on your desktop
- open 'terminal' (you can type it into spotlight to find it)
- in the terminal window type: cd Desktop (and press enter)
- now type: java -jar Satscape.jar (and press enter)

(there's a space after the word java and after -jar)
Any errors why it can't run it should appear in terminal, let me know
what they say.

Paul Rzad

unread,
Feb 17, 2012, 5:28:28 PM2/17/12
to sats...@googlegroups.com
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.java:56)
paul-rzads-imac:Desktop paulrzad$ 



From: Satscape <sats...@gmail.com>
To: Satscape <sats...@googlegroups.com>
Sent: Thu, February 16, 2012 3:09:06 AM
Subject: Re: Mac Install

Satscape

unread,
Feb 18, 2012, 6:48:42 PM2/18/12
to Satscape

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>

Paul Rzad

unread,
Feb 19, 2012, 4:13:24 PM2/19/12
to sats...@googlegroups.com
Java ver = 1.5.0


From: Satscape <sats...@gmail.com>
To: Satscape <sats...@googlegroups.com>
Sent: Sat, February 18, 2012 3:48:42 PM
Subject: Re: Mac Install

Paul Rzad

unread,
Feb 19, 2012, 4:24:37 PM2/19/12
to sats...@googlegroups.com
OK.... here is the fix..... so OS X 10.5.5 has Java 1.5 as default.....  go to Java preferences in utilities and select Java 1.6. verify that the change has been made by entering java -version in the terminal and checking in the console. Downloads no problem at that point....

Love the program by the way.... thanks for the help.

Paul




From: Satscape <sats...@gmail.com>
To: Satscape <sats...@googlegroups.com>
Sent: Sat, February 18, 2012 3:48:42 PM
Subject: Re: Mac Install

Satscape

unread,
Feb 20, 2012, 8:03:51 AM2/20/12
to Satscape
Great to hear that Paul, I'll add that info to the web page.



On Feb 19, 9:24 pm, Paul Rzad <o1sky...@yahoo.com> wrote:
> OK.... here is the fix..... so OS X 10.5.5 has Java 1.5 as default.....  go to
> Java preferences in utilities and select Java 1.6. verify that the change has
> been made by entering java -version in the terminal and checking in the console.
> Downloads no problem at that point....
>
> Love the program by the way.... thanks for the help.
>
> Paul
>
> ________________________________
> From: Satscape <satsc...@gmail.com>
> To: Satscape <sats...@googlegroups.com>
> Sent: Sat, February 18, 2012 3:48:42 PM
> Subject: Re: Mac Install
>
> 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....
>
> > astlogin: Tue Sep  7 17:28:02 on console
Reply all
Reply to author
Forward
0 new messages