From dd4ca98f24583eba6ca5a0e48f81c7a53799bef3 Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Tue, 21 Aug 2012 00:36:04 +0200 Subject: crossref userguide/deployment --- doc/userguide/index.html | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'doc/userguide') 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 CLASSPATH environment variable to include the full paths to -gluegen-rt.jar and jogl.all.jar, for example +gluegen-rt.jar and jogl-all.jar, for example
-".;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".
 
(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 from JARs containing them +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 +as traditional Applets to utilize the native library JAR files the same way Webstart/JNLP does.

-- cgit v1.2.3