summaryrefslogtreecommitdiffstats
path: root/www/applettest-jnlp.html
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2009-07-04 11:57:36 +0000
committerSven Gothel <[email protected]>2009-07-04 11:57:36 +0000
commiteaa77a507f01796aaccf99b8426eb7c41d5ba2af (patch)
tree9391f212719213fbf3892f779ad38a5688080e9b /www/applettest-jnlp.html
parent2ab65b2c7df56fb9ee7a5688d7ca25ba34a6ef6a (diff)
fix ..
git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/../svn-server-sync/jogl-demos/trunk@371 3298f667-5e0e-4b4a-8ed4-a3559d26a5f4
Diffstat (limited to 'www/applettest-jnlp.html')
-rw-r--r--www/applettest-jnlp.html8
1 files changed, 7 insertions, 1 deletions
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 <a href="https://jdk6.dev.java.net/plugin2/jnlp/">Java Plugin supports JNLP</a>,
the <em>applet-gears.jnlp</em> is used,
otherwise it shall fallback to <a href="http://applet-launcher.dev.java.net">JNLPAppletLauncher</a>.
-
+<br>
+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 <em>sun.java2d.noddraw</em>.
+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.
</P>
+
<P>
<applet code="org.jdesktop.applet.util.JNLPAppletLauncher"