From 97eef91903e3451455931f49cc3b04540539ec66 Mon Sep 17 00:00:00 2001 From: Kenneth Russel Date: Wed, 4 Jul 2007 20:45:31 +0000 Subject: Doc updates --- .../jdesktop/applet/util/JNLPAppletLauncher.java | 32 ++++++++++++++++++++-- www/index.html | 28 +++++++++++++++++++ 2 files changed, 58 insertions(+), 2 deletions(-) diff --git a/src/org/jdesktop/applet/util/JNLPAppletLauncher.java b/src/org/jdesktop/applet/util/JNLPAppletLauncher.java index 9cb129f..283d2c8 100644 --- a/src/org/jdesktop/applet/util/JNLPAppletLauncher.java +++ b/src/org/jdesktop/applet/util/JNLPAppletLauncher.java @@ -37,8 +37,8 @@ * intended for use in the design, construction, operation or * maintenance of any nuclear facility. * - * $Revision: 1.11 $ - * $Date: 2007/07/04 20:27:08 $ + * $Revision: 1.12 $ + * $Date: 2007/07/04 20:45:31 $ * $State: Exp $ */ @@ -377,15 +377,21 @@ import org.xml.sax.helpers.DefaultHandler; * *

JNLPAppletLauncher

* + *

+ * * The master jar file for the JNLPAppletLauncher is located at the following URL: *

  * http://download.java.net/media/applet-launcher/applet-launcher.jar
  * 
* + *

+ * * This jar needs to be added to your archive parameter. * *

Java 3D

* + *

+ * * The early access release of Java 3D 1.5.1 and later support the * JNLPAppletLauncher. You will need to add the following URLs to your * archive parameter: @@ -396,6 +402,8 @@ import org.xml.sax.helpers.DefaultHandler; * http://download.java.net/media/java3d/webstart/early-access/vecmath/1.5.1/vecmath.jar * * + *

+ * * and refer to the following in one of your jnlpExtension parameters: * *

@@ -404,6 +412,8 @@ import org.xml.sax.helpers.DefaultHandler;
  *
  * 

JOGL

* + *

+ * * JOGL 1.1.1-rc3 and later support the JNLPAppletLauncher. You will * need to add the following URL to your archive parameter: * @@ -411,6 +421,8 @@ import org.xml.sax.helpers.DefaultHandler; * http://download.java.net/media/jogl/builds/archive/jsr-231-webstart-current/jogl.jar *

* + *

+ * * Because JOGL depends on the GlueGen runtime, you will also need to * add the following URL to your archive parameter: * @@ -418,6 +430,8 @@ import org.xml.sax.helpers.DefaultHandler; * http://download.java.net/media/gluegen/webstart/gluegen-rt.jar * * + *

+ * * Finally, add the following to one of your * jnlpExtension parameters: * @@ -425,12 +439,16 @@ import org.xml.sax.helpers.DefaultHandler; * http://download.java.net/media/jogl/builds/archive/jsr-231-webstart-current/jogl.jnlp * * + *

+ * * Note that the jogl.jnlp extension will automatically pull in the * native code associated with the GlueGen runtime, so you don't have * to separately refer to the gluegen-rt.jnlp file. * *

JOAL

* + *

+ * * JOAL 1.1.1 and later support the JNLPAppletLauncher. You will need * to add the following URL to your archive parameter: * @@ -438,6 +456,8 @@ import org.xml.sax.helpers.DefaultHandler; * http://download.java.net/media/joal/webstart/joal.jar * * + *

+ * * Because JOAL, like JOGL, depends on the GlueGen runtime, you will * also need to add the following URL to your archive parameter: * @@ -445,6 +465,8 @@ import org.xml.sax.helpers.DefaultHandler; * http://download.java.net/media/gluegen/webstart/gluegen-rt.jar * * + *

+ * * (If you are using both JOGL and JOAL, you only need to refer to * gluegen-rt.jar once in your archive parameter.) * @@ -457,6 +479,8 @@ import org.xml.sax.helpers.DefaultHandler; * http://download.java.net/media/joal/webstart/joal.jnlp * * + *

+ * * Note that the joal.jnlp extension will automatically pull in the * native code associated with the GlueGen runtime, so you don't have * to separately refer to the gluegen-rt.jnlp file. @@ -492,6 +516,8 @@ import org.xml.sax.helpers.DefaultHandler; * } * * + *

+ * * and wherever you would call System.loadLibrary() (from * within an AccessController.doPrivileged() block) to * load your extension's native code, call the above @@ -508,6 +534,8 @@ import org.xml.sax.helpers.DefaultHandler; * *

Acknowledgments

* + *

+ * * The JNLPAppletLauncher was developed by Kevin Rushforth, Kenneth * Russell, and Chien Yang. It is based on the former * JOGLAppletLauncher developed by Lilian Chamontin. diff --git a/www/index.html b/www/index.html index c96b053..f86cf22 100644 --- a/www/index.html +++ b/www/index.html @@ -300,15 +300,21 @@

JNLPAppletLauncher

+

+ The master jar file for the JNLPAppletLauncher is located at the following URL:

  http://download.java.net/media/applet-launcher/applet-launcher.jar
  
+

+ This jar needs to be added to your archive parameter.

Java 3D

+

+ The early access release of Java 3D 1.5.1 and later support the JNLPAppletLauncher. You will need to add the following URLs to your archive parameter: @@ -319,6 +325,8 @@ http://download.java.net/media/java3d/webstart/early-access/vecmath/1.5.1/vecmath.jar +

+ and refer to the following in one of your jnlpExtension parameters:

@@ -327,6 +335,8 @@
 
  

JOGL

+

+ JOGL 1.1.1-rc3 and later support the JNLPAppletLauncher. You will need to add the following URL to your archive parameter: @@ -334,6 +344,8 @@ http://download.java.net/media/jogl/builds/archive/jsr-231-webstart-current/jogl.jar

+

+ Because JOGL depends on the GlueGen runtime, you will also need to add the following URL to your archive parameter: @@ -341,6 +353,8 @@ http://download.java.net/media/gluegen/webstart/gluegen-rt.jar +

+ Finally, add the following to one of your jnlpExtension parameters: @@ -348,12 +362,16 @@ http://download.java.net/media/jogl/builds/archive/jsr-231-webstart-current/jogl.jnlp +

+ Note that the jogl.jnlp extension will automatically pull in the native code associated with the GlueGen runtime, so you don't have to separately refer to the gluegen-rt.jnlp file.

JOAL

+

+ JOAL 1.1.1 and later support the JNLPAppletLauncher. You will need to add the following URL to your archive parameter: @@ -361,6 +379,8 @@ http://download.java.net/media/joal/webstart/joal.jar +

+ Because JOAL, like JOGL, depends on the GlueGen runtime, you will also need to add the following URL to your archive parameter: @@ -368,6 +388,8 @@ http://download.java.net/media/gluegen/webstart/gluegen-rt.jar +

+ (If you are using both JOGL and JOAL, you only need to refer to gluegen-rt.jar once in your archive parameter.) @@ -380,6 +402,8 @@ http://download.java.net/media/joal/webstart/joal.jnlp +

+ Note that the joal.jnlp extension will automatically pull in the native code associated with the GlueGen runtime, so you don't have to separately refer to the gluegen-rt.jnlp file. @@ -415,6 +439,8 @@ } +

+ and wherever you would call System.loadLibrary() (from within an AccessController.doPrivileged() block) to load your extension's native code, call the above @@ -431,6 +457,8 @@

Acknowledgments

+

+ The JNLPAppletLauncher was developed by Kevin Rushforth, Kenneth Russell, and Chien Yang. It is based on the former JOGLAppletLauncher developed by Lilian Chamontin. -- cgit v1.2.3