From 97eef91903e3451455931f49cc3b04540539ec66 Mon Sep 17 00:00:00 2001 From: Kenneth Russel Date: Wed, 4 Jul 2007 20:45:31 +0000 Subject: Doc updates --- www/index.html | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) (limited to 'www') 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