From eaa77a507f01796aaccf99b8426eb7c41d5ba2af Mon Sep 17 00:00:00 2001
From: Sven Gothel
Date: Sat, 4 Jul 2009 11:57:36 +0000
Subject: fix ..
git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/../svn-server-sync/jogl-demos/trunk@371 3298f667-5e0e-4b4a-8ed4-a3559d26a5f4
---
www/applettest-jnlp.html | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
(limited to 'www')
diff --git a/www/applettest-jnlp.html b/www/applettest-jnlp.html
index 262b997..f62b3be 100644
--- a/www/applettest-jnlp.html
+++ b/www/applettest-jnlp.html
@@ -10,8 +10,14 @@
In case your Java Plugin supports JNLP,
the applet-gears.jnlp is used,
otherwise it shall fallback to JNLPAppletLauncher.
-
+
+Note that it is important for the startup time to have the same JVM arguments in the applet tags,
+as well as within the JNLP applet description, here see property sun.java2d.noddraw.
+Only if JVM arguments of the JNLP applet description are satisfied by the applet tag's JVM,
+the plugin will not need to start a new JVM. OF course, the applet tag's JVM spec may exceed the
+JNLP applet's one.
+