Login  Register

Re: I can't figure out how to get a JOGL Applet to work

Posted by Wade Walker on Nov 06, 2011; 8:09pm
URL: https://forum.jogamp.org/I-can-t-figure-out-how-to-get-a-JOGL-Applet-to-work-tp3485023p3485167.html

Try the tutorial on our wiki at http://jogamp.org/wiki/index.php/Using_JOGL_in_a_Java_applet. If you want to do Java Web Start, there's a tutorial at https://jogamp.org/wiki/index.php/Using_JOGL_in_Java_Web_Start.

Let me know if you see any problems in these tutorials, if so I'll fix them up for you. They were current as of a couple of months ago, but the JOGL JARs have changed a little since then, so there may be some minor problems.

Be aware that right now there are some problems with JOGL applets in Safari and Firefox on Mac OS X, due to some recent changes in the way plugins work on OS X; see https://jogamp.org/bugzilla/show_bug.cgi?id=497 for more details. Sven is currently working on this.