From 5e8361d84078568d54b9561315151e2c5e287147 Mon Sep 17 00:00:00 2001
From: Sven Gothel
+Applet launching using NApplet.
+
JOGL NEWT Applet Runner Special Keys:
Hence JogAmp Community signs 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.
jogl-test.jar's manifest file uses Permissions: sandbox
to not raise privileges.
---
...gl-applet-runner-newt-gears-normal-napplet.html | 23 ++++++++++++++++------
1 file changed, 17 insertions(+), 6 deletions(-)
(limited to 'jnlp-files/jogl-applet-runner-newt-gears-normal-napplet.html')
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 @@
+
@@ -91,16 +95,23 @@ The applet above is instantiated with the following code:
- -Note that the jogl-test.jar, which contains the test applet class, +
+
+Note that the jogl-test.jar, which contains the GearsES2 class,
does not need to be signed! 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.
-
-