Login  Register

Re: v2.0-rc3 released ..

Posted by jouvieje on Sep 18, 2011; 11:50am
URL: https://forum.jogamp.org/v2-0-rc3-released-tp3341830p3346101.html

I've not found the applet you've updated. After testing other applets, it seems only a few won't work with chrome so the problem is probably not due to the applet tag.

Here's listed the applet that won't start at all with chrome (but plays fine with firefox on the same pc):
http://jogamp.org/deployment/jogamp-next/jogl-demos/jogl-newt-applet-runner-gears.html
http://jogamp.org/deployment/jogamp-next/jogl-demos/jogl-newt-applet-runner-cube.html
http://jogamp.org/deployment/jogamp-next/jogl-demos/jogl-newt-applet-runner-fbcubes.html
http://jogamp.org/deployment/jogamp-next/jogl-demos/jogl-newt-applet-runner-angelesgl2es1.html
This is all applets from "AWT JNLP Applet's using native NEWT", sorry for pointing you in the wrong direction as I was interest only about them.

EDIT: Please add code="org.jdesktop.applet.util.JNLPAppletLauncher" in the applet tag of those applet, this will fix them for chrome browser.
Jérôme