From 971190d8718bb1e2b7eafdd49cfa2523dd8a8152 Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Wed, 22 Jan 2014 10:24:38 +0100 Subject: 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. --- jnlp-files/test.html | 25 ++++++++++++------------- 1 file changed, 12 insertions(+), 13 deletions(-) (limited to 'jnlp-files/test.html') 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 @@

Version

-

AWT JNLP Applet test with Applet Launcher fallback

+

AWT JNLP Applet test with NApplet fallback

-

JOGL NApplet's using native NEWT's via Applet Runner

+

JOGL's NApplet

-

AWT JNLP Applet's using native NEWT (JOGL NEWT Applet Runner)

+

JOGL's NApplet + using native NEWT's Applet Runner

JOGL / JOAL test ..

JNLP Launcher ..

-- cgit v1.2.3