diff options
author | Sven Gothel <[email protected]> | 2009-07-04 12:12:05 +0000 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2009-07-04 12:12:05 +0000 |
commit | 12a185ccdf8c306c7cbdcafb9a0364cd9d1a4354 (patch) | |
tree | 855f3a1ca8374036f269cae03737c0cf513e400b /www | |
parent | eaa77a507f01796aaccf99b8426eb7c41d5ba2af (diff) |
fix ..
git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/../svn-server-sync/jogl-demos/trunk@372 3298f667-5e0e-4b4a-8ed4-a3559d26a5f4
Diffstat (limited to 'www')
-rw-r--r-- | www/applettest-jnlp.html | 9 |
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> |