Login  Register

Re: An Applet question

Posted by Blaine Bell on May 19, 2011; 2:41pm
URL: https://forum.jogamp.org/An-Applet-question-tp2932943p2961638.html

yes, the way JoGL loads dynamic libraries, you need to use JNLPAppletLauncher.  There is a lot of documentation inside the javadoc, so download the JNLPAppletLauncher from the git repository:

https://github.com/sgothel/applet-launcher

Blaine