Login  Register

Re: Help with JOGL and Java Web Start!

Posted by kinglui987 on Jun 02, 2012; 8:33pm
URL: https://forum.jogamp.org/Help-with-JOGL-and-Java-Web-Start-tp3936041p4025128.html

Hey,

yes i could figure it out. In my case a file was missing. Although it was not a necessary file, this solved the problem.
I would recommend you to check, that everything your app needs is in one single jar file. Of course the native libs must
not be in that file. If your are using some, your have to reference them within the <resources> tag.

Which error message did you get, when starting your app with jws??

cheers