diff options
Diffstat (limited to 'jnlp-files/applet-gears.html')
-rw-r--r-- | jnlp-files/applet-gears.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/jnlp-files/applet-gears.html b/jnlp-files/applet-gears.html index 727436a..6071aa1 100644 --- a/jnlp-files/applet-gears.html +++ b/jnlp-files/applet-gears.html @@ -13,7 +13,7 @@ otherwise it shall fallback to <a href="http://jogamp.org/jogl/doc/deployment/JO <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>. <br> +as well as within the JNLP applet description. <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. @@ -90,7 +90,6 @@ Where the referenced JNLP file <em>applet-gears.jnlp</em> looks as follow: <resources> <j2se href="http://java.sun.com/products/autodl/j2se" version="1.4+"/> - <property name="sun.java2d.noddraw" value="true"/> <jar href="jar/jogl-demos.jar" main="true"/> <jar href="jar/jogl-demos-util.jar"/> <extension name="jogl-all-awt" href="../jogl-all-awt.jnlp" /> |