diff options
author | Sven Gothel <[email protected]> | 2014-01-22 10:24:38 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2014-01-22 10:24:38 +0100 |
commit | 971190d8718bb1e2b7eafdd49cfa2523dd8a8152 (patch) | |
tree | 9b97c08633b323d23eea6ea6d9b185f13ec3341a /jnlp-files/test.html | |
parent | 1eb0c1c14240f1e8c1dfbf8493c589f8dba4c4b6 (diff) |
Adapt to Oracle's removal of the Java Applet Sandbox, i.e. >= 7u51 ; Remove reference to JNLPAppletLauncher - use NApplet fallback
Sadly, due to Oracle's Java Applet Plugin update 7u51,
unsigned applets are no more allowed and hence the
Applet sandbox is being taken away.
Diffstat (limited to 'jnlp-files/test.html')
-rw-r--r-- | jnlp-files/test.html | 25 |
1 files changed, 12 insertions, 13 deletions
diff --git a/jnlp-files/test.html b/jnlp-files/test.html index a988624..a29ea2b 100644 --- a/jnlp-files/test.html +++ b/jnlp-files/test.html @@ -10,15 +10,14 @@ <H3> Version </H3> <ul> <li><a href="../jogl-applet-version-napplet.html">NApplet</a></li> - <li><a href="../jogl-applet-version.html">Applet (JNLP/Launcher)</a></li> - <li><a href="../jogl-applet-version-lancheronly.html">Applet (Launcher Only)</a></li> + <li><a href="../jogl-applet-version.html">Applet (JNLP/NApplet)</a></li> <li><a href="../jogl-application-version.jnlp">Application</a></li> </ul> -<H3> AWT JNLP Applet test with Applet Launcher fallback </H3> +<H3> AWT JNLP Applet test with NApplet fallback </H3> <ul> - <li><a href="applet-gears.html">JNLP Applet test</a></li> - <li><a href="applet-gears-launcheronly.html">Applet Launcher test</a></li> + <li><a href="applet-gears.html">JNLP Applet w/ NApplet fallback</a></li> + <li><a href="applet-gears-jnlp.html">JNLP Applet Only test</a></li> </ul> <!-- @@ -27,25 +26,25 @@ </ul> --> -<H3> JOGL NApplet's using native <a href="../../jogl/doc/NEWT-Overview.html">NEWT's</a> via <a href="../../deployment/jogamp-next/javadoc/jogl/javadoc/com/jogamp/newt/awt/applet/JOGLNewtApplet1Run.html">Applet Runner</a></H3> +<H3> JOGL's <a href="http://jogamp.org/jogl/doc/deployment/JOGL-DEPLOYMENT.html#NApplets">NApplet</a></H3> <ul> <li><a href="applet-gears-napplet.html">Gears</a></li> <li><a href="applet-gearsjoal-napplet.html">Gears w/ JOAL</a></li> </ul> -<H3> AWT JNLP Applet's using native NEWT (JOGL NEWT Applet Runner)</H3> +<H3> JOGL's <a href="http://jogamp.org/jogl/doc/deployment/JOGL-DEPLOYMENT.html#NApplets">NApplet</a> + using native <a href="../../jogl/doc/NEWT-Overview.html">NEWT's</a> <a href="../../deployment/jogamp-next/javadoc/jogl/javadoc/com/jogamp/newt/awt/applet/JOGLNewtApplet1Run.html">Applet Runner</a></H3> <ul> - <li><a href="jogl-newt-applet-runner-gears.html">AWT Applet JOGL/NEWT GL2 Gears</a></li> - <li><a href="jogl-newt-applet-runner-angelesgl2es1.html">AWT Applet JOGL/NEWT GL2ES1 Angeles</a></li> - <li><a href="jogl-newt-applet-runner-fbcubes.html">AWT Applet JOGL/NEWT GL2ES1 FBO Cubes</a></li> - <li><a href="jogl-newt-applet-runner-cube.html">AWT Applet JOGL/NEWT GL2ES1 Cube</a></li> + <li><a href="jogl-newt-applet-runner-gears.html">NApplet JOGL/NEWT GL2 Gears</a></li> + <li><a href="jogl-newt-applet-runner-angelesgl2es1.html">NApplet JOGL/NEWT GL2ES1 Angeles</a></li> + <li><a href="jogl-newt-applet-runner-fbcubes.html">NApplet JOGL/NEWT GL2ES1 FBO Cubes</a></li> + <li><a href="jogl-newt-applet-runner-cube.html">NApplet JOGL/NEWT GL2ES1 Cube</a></li> </ul> <H3> JOGL / JOAL test .. </H3> <ul> <li><a href="applet-gearsjoal-napplet.html">NApplet</a></li> - <li><a href="applet-gearsjoal.html">JNLP Applet w/ Launcher Fallback</a></li> - <li><a href="applet-gearsjoal-launcheronly.html">Applet Launcher Only</a></li> + <li><a href="applet-gearsjoal.html">JNLP Applet w/ NApplet Fallback</a></li> </ul> <H3> JNLP Launcher .. </H3> |