diff options
author | Sven Gothel <[email protected]> | 2014-01-22 12:56:14 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2014-01-22 12:56:14 +0100 |
commit | 5e8361d84078568d54b9561315151e2c5e287147 (patch) | |
tree | 9d1479503a724024fc7d113715361e403ddc2575 /jnlp-files/jogl-test-applets.html | |
parent | 70f5c06b8155f7511987b73a24fda258ea2abfbc (diff) |
Adaption of Oracle's Deployment changes, i.e. >= 7u51
Sadly, due to Oracle's Java Applet Plugin update 7u51,
unsigned applets are no more allowed and effectively
lower the bar to create user applets with raised privileges.<br/>
Hence JogAmp Community <b>signs</b> jogl-all.jar and gluegen-rt.jar, which contain the
JOGL's supporting classes as well as jogl-test.jar, which contains the applet class.<br/>
jogl-test.jar's manifest file uses <i>Permissions: sandbox</i>
to <b>not raise privileges</b>.
Diffstat (limited to 'jnlp-files/jogl-test-applets.html')
-rw-r--r-- | jnlp-files/jogl-test-applets.html | 28 |
1 files changed, 11 insertions, 17 deletions
diff --git a/jnlp-files/jogl-test-applets.html b/jnlp-files/jogl-test-applets.html index 8eda51dee..106a56a01 100644 --- a/jnlp-files/jogl-test-applets.html +++ b/jnlp-files/jogl-test-applets.html @@ -52,9 +52,8 @@ See Legend below table </a> </td> <td> - <a href="jogl-applet-version.html">Dual</a><br/> - <a href="jogl-applet-version-lancheronly.html">LApplet</a><br/> <a href="jogl-applet-version-napplet.html">NApplet</a><br/> + <a href="jogl-applet-version.html">Dual</a><br/> <a href="jogl-application-version.jnlp">WebStart</a><br/> </td> <td> @@ -68,11 +67,10 @@ See Legend below table </a> </td> <td> - <a href="jogl-applet-runner-newt-gears-normal.html">Dual</a><br/> - <a href="jogl-applet-runner-newt-gears-normal-launcheronly.html">LApplet</a><br/> <a href="jogl-applet-runner-newt-gears-normal-napplet.html">NApplet</a> (<a href="jogl-applet-runner-newt-gears-normal-napplet2.html">closeable</a>, <a href="jogl-applet-runner-newt-gears-gl3-napplet.html">force gl3</a>)<br/> + <a href="jogl-applet-runner-newt-gears-normal.html">Dual</a><br/> </td> <td> Classic OpenGL Gears for ES2 @@ -87,8 +85,8 @@ See Legend below table </a> </td> <td> - <a href="jogl-applet-runner-newt-gears-special.html">Dual</a><br/> <a href="jogl-applet-runner-newt-gears-special-napplet.html">NApplet</a><br/> + <a href="jogl-applet-runner-newt-gears-special.html">Dual</a><br/> </td> <td> Classic OpenGL Gears for ES2 @@ -102,8 +100,8 @@ See Legend below table </a> </td> <td> - <a href="jogl-applet-runner-newt-MovieCube.html">Dual</a><br/> <a href="jogl-applet-runner-newt-MovieCube-napplet.html">NApplet</a><br/> + <a href="jogl-applet-runner-newt-MovieCube.html">Dual</a><br/> </td> <td> Movie Cube using JOGL's GLMediaPlayer. @@ -126,9 +124,9 @@ See Legend below table </a> </td> <td> - <a href="jogl-applet-runner-newt-GraphTextDemo01.html">Dual</a><br/> <a href="jogl-applet-runner-newt-GraphTextDemo01-napplet.html">NApplet</a> (<a href="jogl-applet-runner-newt-GraphTextDemo01b-napplet.html">cp-fonts</a>)<br/> + <a href="jogl-applet-runner-newt-GraphTextDemo01.html">Dual</a><br/> </td> <td> GPU accelerated Text Demo using JOGL's new Graph package.<br/> @@ -142,8 +140,8 @@ See Legend below table </a> </td> <td> - <a href="jogl-applet-runner-newt-GraphUISceneDemo01.html">Dual</a><br/> <a href="jogl-applet-runner-newt-GraphUISceneDemo01-napplet.html">NApplet</a><br/> + <a href="jogl-applet-runner-newt-GraphUISceneDemo01.html">Dual</a><br/> </td> <td> Demonstration of GPU accelerated Text and UI rendering and interaction @@ -157,8 +155,8 @@ See Legend below table </a> </td> <td> - <a href="jogl-applet-runner-newt-ElektronenMultiplizierer.html">Dual</a><br/> <a href="jogl-applet-runner-newt-ElektronenMultiplizierer-napplet.html">NApplet</a><br/> + <a href="jogl-applet-runner-newt-ElektronenMultiplizierer.html">Dual</a><br/> </td> <td> Demoscene Passivist's ElektronenMultiplizierer @@ -179,19 +177,15 @@ Click on the <i>Launch</i> link to actually launch the demo.<br/> </tr> <tr> <td> JApplet </td> - <td> Applet using JNLP-Applet mechanism only. </td> + <td> Applet using <a href="https://jdk6.dev.java.net/plugin2/jnlp/">JNLP-Applet</a> mechanism. </td> </tr> <tr> - <td> LApplet </td> - <td> Applet using JOGL's Applet Launcher mechanism only. </td> + <td> <a href="http://jogamp.org/jogl/doc/deployment/JOGL-DEPLOYMENT.html#NApplets">NApplet</a> </td> + <td> Applet using traditional Applet/Object or Embed tag, where native JARs are post-loaded by GlueGen/JOGL. </td> </tr> <tr> <td> Dual </td> - <td> Applet using JNLP-Applet & JOGL's AppletLauncher mechanism. (JApplet + LApplet) </td> - </tr> - <tr> - <td> NApplet </td> - <td> Applet just using Applet/Object or Embed tag, where native JARs are post-loaded by GlueGen/JOGL. </td> + <td> Applet using JNLP-Applet & JogAmp's <a href="http://jogamp.org/jogl/doc/deployment/JOGL-DEPLOYMENT.html#NApplets">NApplet</a> mechanism. (JApplet + NApplet) </td> </tr> <tr> <td> WebStart </td> |