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-applet-runner-newt-gears-normal-napplet.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-applet-runner-newt-gears-normal-napplet.html')
-rw-r--r-- | jnlp-files/jogl-applet-runner-newt-gears-normal-napplet.html | 23 |
1 files changed, 17 insertions, 6 deletions
diff --git a/jnlp-files/jogl-applet-runner-newt-gears-normal-napplet.html b/jnlp-files/jogl-applet-runner-newt-gears-normal-napplet.html index e1e9593de..113f49c6a 100644 --- a/jnlp-files/jogl-applet-runner-newt-gears-normal-napplet.html +++ b/jnlp-files/jogl-applet-runner-newt-gears-normal-napplet.html @@ -5,6 +5,10 @@ </head> <body BGCOLOR="#ffffff"> +<p> +Applet launching using <a href="http://jogamp.org/jogl/doc/deployment/JOGL-DEPLOYMENT.html#NApplets">NApplet</a>. +</p> + <P> JOGL NEWT Applet Runner Special Keys:<br> <ul> @@ -91,16 +95,23 @@ The applet above is instantiated with the following code: </pre> </P> -<P> - -Note that the jogl-test.jar, which contains the test applet class, +<p> +<del> +Note that the jogl-test.jar, which contains the GearsES2 class, <B>does not need to be signed</B>! JogAmp Community signs -jogl.jar and gluegen-rt.jar, which contain +jogl-all.jar and gluegen-rt.jar, which contain the JOGL's supporting classes; this is the only Java code which needs to be signed in order to deploy applets using JOGL and is the only certificate the end user must accept. - -</P> +</del><br/> +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 GearsES2 class.<br/> +jogl-test.jar's manifest file uses <i>Permissions: sandbox</i> +to <b>not raise privileges</b>. +</p> </body> </html> |