@@ -16,9 +20,9 @@ JOGL NEWT Applet Runner Special Keys:
i - invisible mouse pointer
w - warp mouse pointer to center
-
+
-
+
-
+
-
+
Applet is using a GL3 core context, failure is expected if n/a on your platform!
-
+
-
+
The applet above is instantiated with the following code:
@@ -90,17 +94,24 @@ 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.
-
-
+
+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.
+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 users implementing Applet class.
+jogl-test.jar's manifest file uses Permissions: sandbox
+to not raise privileges.
+