aboutsummaryrefslogtreecommitdiffstats
path: root/doc/userguide
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2012-08-21 00:36:04 +0200
committerSven Gothel <[email protected]>2012-08-21 00:36:04 +0200
commitdd4ca98f24583eba6ca5a0e48f81c7a53799bef3 (patch)
tree17d811d30f64a1b5df2897cad2784a27d197bb92 /doc/userguide
parentf59ca38aa9a7813ff2a8acf8ea9a83139ee4b8c7 (diff)
crossref userguide/deployment
Diffstat (limited to 'doc/userguide')
-rw-r--r--doc/userguide/index.html9
1 files changed, 6 insertions, 3 deletions
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>