Hi!
I tried Jake2 after a long time. It doesn't run under OS X Leopard on Webstart. The JOGL binaries are missing, maybe because Leopard is 64bit? The exception is:
java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at com.sun.javaws.Launcher.executeApplication(Launcher.java:1280)
at com.sun.javaws.Launcher.executeMainClass(Launcher.java:1218)
at com.sun.javaws.Launcher.doLaunchApp(Launcher.java:1065)
at com.sun.javaws.Launcher.run(Launcher.java:105)
at java.lang.Thread.run(Thread.java:637)
Caused by: java.lang.UnsatisfiedLinkError: no jogl in java.library.path
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1753)
at java.lang.Runtime.loadLibrary0(Runtime.java:823)
at java.lang.System.loadLibrary(System.java:1030)
at com.sun.opengl.impl.NativeLibLoader.loadLibraryInternal(NativeLibLoader.java:189)
at com.sun.opengl.impl.NativeLibLoader.access$000(NativeLibLoader.java:49)
at com.sun.opengl.impl.NativeLibLoader$DefaultAction.loadLibrary(NativeLibLoader.java:80)
at com.sun.opengl.impl.NativeLibLoader.loadLibrary(NativeLibLoader.java:103)
at com.sun.opengl.impl.NativeLibLoader.access$200(NativeLibLoader.java:49)
at com.sun.opengl.impl.NativeLibLoader$1.run(NativeLibLoader.java:111)
at java.security.AccessController.doPrivileged(Native Method)
at com.sun.opengl.impl.NativeLibLoader.loadCore(NativeLibLoader.java:109)
at com.sun.opengl.impl.macosx.MacOSXGLDrawableFactory.<clinit>(MacOSXGLDrawableFactory.java:53)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:169)
at javax.media.opengl.GLDrawableFactory.getFactory(GLDrawableFactory.java:108)
at jake2.render.opengl.Jsr231Driver$Display.<init>(Jsr231Driver.java:341)
at jake2.render.opengl.Jsr231Driver.setMode(Jsr231Driver.java:164)
at jake2.render.fast.Main.R_SetMode(Main.java:1021)
at jake2.render.fast.Main.R_Init(Main.java:1077)
at jake2.render.Jsr231Renderer.Init(Jsr231Renderer.java:72)
at jake2.client.VID.LoadRefresh(VID.java:215)
at jake2.client.VID.CheckChanges(VID.java:259)
at jake2.client.VID.Init(VID.java:329)
at jake2.client.CL.Init(CL.java:1586)
at jake2.qcommon.Qcommon.Init(Qcommon.java:130)
at jake2.Jake2.main(Jake2.java:95)
... 9 more