Login  Register

Re: How to make Jogl work with Janel?

Posted by Cousken on Jul 09, 2012; 6:26pm
URL: https://forum.jogamp.org/How-to-make-Jogl-work-with-Janel-tp4025470p4025475.html

Thanks a lot for the reply! A Webstart application would work fine for my demographic. Do you happen to know how to solve the issue of local save games?

I've had a very long look at the JOGL Deployment page you linked to and with my limited knowledge of Java it's hard to understand. I used a tutorial at Oracle to develop a Webstart for my application, unfortunately all i managed to make it do is open the .jnlp file as XML and not launch the application :( I have no idea how to debug it, if someone could take a look and help me out i would really appreciate it.

EDIT: I downloaded the .jnlp file to my desktop and ran it, at least now i got a little more debugging information. Unfortunately i still don't know how to fix it :( The errors i got are:

java.lang.NoClassDefFoundError: javax/media/opengl/GLCapabilitiesImmutable at java.lang.Class.getDeclaredMethods0(Native Method) at java.lang.Class.privateGetDeclaredMethods(Unknown Source) at java.lang.Class.getMethod0(Unknown Source) at java.lang.Class.getMethod(Unknown Source) at com.sun.javaws.Launcher.executeApplication(Unknown Source) at com.sun.javaws.Launcher.executeMainClass(Unknown Source) at com.sun.javaws.Launcher.doLaunchApp(Unknown Source) at com.sun.javaws.Launcher.run(Unknown Source) at java.lang.Thread.run(Unknown Source) Caused by: java.lang.ClassNotFoundException: javax.media.opengl.GLCapabilitiesImmutable at java.net.URLClassLoader$1.run(Unknown Source) at java.net.URLClassLoader$1.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(Unknown Source) at com.sun.jnlp.JNLPClassLoader.findClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) ... 9 more