Help with JOGL and Java Web Start!
Posted by
kinglui987 on
Apr 24, 2012; 5:52pm
URL: https://forum.jogamp.org/Help-with-JOGL-and-Java-Web-Start-tp3936041.html
Hey there,
at the moment im developing a java application, that i would like to distribute over java web start.
I'm really frustrating with getting this to work. I already studied the really nice tutorial for integrating jogl with jws
here:
https://jogamp.org/wiki/index.php/Using_JOGL_in_Java_Web_Start.
After that i managed it to get my app started, when i run it on my local machine using the command line tool javaws!
After that i created a .html file, that calls my .jnlp file over the browser. But this seems not to work! I do not know why.
Any suggestions, it seems, that jws cannot find something! The deployment process succeeds until the desktop app is downloaded. Till this moment everything works fine!
In my .jnlp file i included references to my native jogl files, because i use a framework that depends on and old version of jogl.
Because of that i cannot use the online extension from here:
http://jogamp.org/deployment/jogamp-current/jogl-all-awt.jnlpI hope anyone can help me with that!!
thanks in advance