everything I have is the latest Java, iTunes, system updates etc.
Can you give me a brief run down on what you are using to launch it or how you are supposed to execute it so that it runs ?
Do I go into terminal or what exactly ?
Found a tutorial on google and this is what I have done in the terminal :
shanes-powerbook-g4-12:~ shane$ mkdir dice
shanes-powerbook-g4-12:~ shane$ cd dice
shanes-powerbook-g4-12:~/dice shane$ java -jar DiceRoller_Extreme.jar
Exception in thread "main" java.lang.UnsupportedClassVersionError: Bad version number in .class file
at java.lang.ClassLoader.defineClass2(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java:719)
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:160)
at java.net.URLClassLoader.defineClass(URLClassLoader.java:254)
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:306)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:268)
at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319)
The tutorial is here :
http://www.centerkey.com/mac/java/
I created the directory and since I only had the Jar file I could not do the rest so I executed the jar file using that command in the tutorial.