diff options
-rw-r--r-- | doc/deployment/JOGL-DEPLOYMENT.html | 5 | ||||
-rw-r--r-- | doc/userguide/index.html | 9 |
2 files changed, 9 insertions, 5 deletions
diff --git a/doc/deployment/JOGL-DEPLOYMENT.html b/doc/deployment/JOGL-DEPLOYMENT.html index 830aa813b..d4916a2ba 100644 --- a/doc/deployment/JOGL-DEPLOYMENT.html +++ b/doc/deployment/JOGL-DEPLOYMENT.html @@ -35,8 +35,9 @@ in-browser applet and reference the JOGL resources.<p/> <p> - This method simply requires a Java plugin and uses JogAmp's build-in method - to locate and load the <a href="#NativeJARFiles">native JAR files</a>. + This method simply requires a Java plugin and uses JogAmp's + <a href="../userguide/index.html#automatednativelibraryloading">build-in method to automatically load</a> + the <a href="#NativeJARFiles">native JAR files</a>. </p> Examples are available: diff --git a/doc/userguide/index.html b/doc/userguide/index.html index cdb26f140..f90a260c0 100644 --- a/doc/userguide/index.html +++ b/doc/userguide/index.html @@ -184,9 +184,9 @@ bundles. Modify your <code>CLASSPATH</code> environment variable to include the full paths to -<code>gluegen-rt.jar</code> and <code>jogl.all.jar</code>, for example +<code>gluegen-rt.jar</code> and <code>jogl-all.jar</code>, for example <pre> -".;C:\Some\Other\Package\foo.jar;C:\Users\myhome\jogamp-all-platforms\jar\gluegen-rt.jar;C:\Users\myhome\jogamp-all-platforms\jar\jogl.all.jar". +".;C:\Some\Other\Package\foo.jar;C:\Users\myhome\jogamp-all-platforms\jar\gluegen-rt.jar;C:\Users\myhome\jogamp-all-platforms\jar\jogl-all.jar". </pre> (If you did not previously set the CLASSPATH environment variable, you may want to make sure that ".", the current directory, is on your new @@ -208,9 +208,12 @@ size, in particular on smaller devices. See <a href="../deployment/JOGL-DEPLOYME <p> JOGL 2.0 has a brand new feature allowing to automatically extract the proper native -libraries required to use JOGL from JARs containing them without relying on the Java +libraries required to use JOGL +<a href="../deployment/JOGL-DEPLOYMENT.html#NativeJARFiles">from JARs containing them</a> +without relying on the Java library path or any platform-dependent environment variable allowing to set the location of native libraries. This allows desktop applications as well as traditional Applets +<a href="../deployment/JOGL-DEPLOYMENT.html#TraditionalApplets">as traditional Applets</a> to utilize the native library JAR files the same way Webstart/JNLP does. </p> |