summaryrefslogtreecommitdiffstats
path: root/www/applettest-jnlp.html
diff options
context:
space:
mode:
Diffstat (limited to 'www/applettest-jnlp.html')
-rw-r--r--www/applettest-jnlp.html9
1 files changed, 5 insertions, 4 deletions
diff --git a/www/applettest-jnlp.html b/www/applettest-jnlp.html
index f62b3be..43610e9 100644
--- a/www/applettest-jnlp.html
+++ b/www/applettest-jnlp.html
@@ -6,14 +6,15 @@
<body>
<P>
-
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>
+</P>
+
+<P>
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,
+as well as within the JNLP applet description, here see property <em>sun.java2d.noddraw</em>. <br>
+Only if JVM arguments of the JNLP applet description are satisfied by the applet tag's JVM,<br>
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>