Closed GoogleCodeExporter closed 9 years ago
When the icon stops bouncing, could you open your browser and enter
127.0.0.1:3333
I'm not sure why that doesn't happen automatically.
Original comment by dfhu...@gmail.com
on 8 Mar 2011 at 9:53
Hey,
I have 10.5.8 too. In my case, the icon appears in the task bar for a moment &
then disappears. I think problem is the lack of Java 1.6 on Leopard x-(
Here is the stack trace i get on running it via the command line:
localhost:MacOS username$ ./JavaApplicationStub
[JavaAppLauncher] Requested [1.6+], launching in [1.5] instead.
[JavaAppLauncher Error] CallStaticVoidMethod() threw an exception
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 sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:280)
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 apple.launcher.LaunchRunner.loadMainMethod(LaunchRunner.java:55)
at apple.launcher.LaunchRunner.run(LaunchRunner.java:111)
at apple.launcher.LaunchRunner.callMain(LaunchRunner.java:50)
at apple.launcher.JavaApplicationLauncher.launch(JavaApplicationLauncher.java:52)
Any ideas?
I have been able to run it without any issues on Linux.
Thanks,
..m
Original comment by m.mara...@gmail.com
on 2 Jul 2011 at 12:38
Do you have a Core 2 Duo based machine? If so you should be able to run Java 6.
If it's an older core duo machine you may be stuck.
http://stackoverflow.com/questions/331777/what-are-my-options-for-running-java-6
-on-os-x
Original comment by tfmorris
on 2 Jul 2011 at 2:58
Ah i see :) Thanks for the link, will try it out. I have a Core 2 Duo, but
I've been relying on Apple's Java all this time... Will try it out :)
Original comment by m.mara...@gmail.com
on 3 Jul 2011 at 3:18
Original comment by tfmorris
on 8 Oct 2011 at 7:21
Original issue reported on code.google.com by
bencolme...@gmail.com
on 8 Mar 2011 at 8:23