summaryrefslogtreecommitdiffstats
path: root/setenv-jogl.sh
diff options
context:
space:
mode:
authorMichael Bien <[email protected]>2010-03-28 20:43:20 +0200
committerMichael Bien <[email protected]>2010-03-28 20:43:20 +0200
commit28388dd9be0df17bc2a1f538d0e039c4c82443ac (patch)
treebd8af53c7d24903364f9e7e454f2ef39c49e4a40 /setenv-jogl.sh
parent0d46fa3091e40271ba2247f6c4236cb2358f5151 (diff)
fixed jogl-demos since we moved some packages in jogl.
Diffstat (limited to 'setenv-jogl.sh')
-rw-r--r--setenv-jogl.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/setenv-jogl.sh b/setenv-jogl.sh
index eb23fec..8c7e8d4 100644
--- a/setenv-jogl.sh
+++ b/setenv-jogl.sh
@@ -93,7 +93,7 @@ export DYLD_LIBRARY_PATH=$DYLD_LIBRARY_PATH:$GLUEGEN_OS:$JOGL_LIB_DIR
echo CLASSPATH: $CLASSPATH
echo
echo MacOSX REMEMBER to add the JVM arguments "-XstartOnFirstThread -Djava.awt.headless=true" for running demos without AWT, e.g. NEWT
-echo MacOSX REMEMBER to add the JVM arguments "-XstartOnFirstThread -Djava.awt.headless=true com.sun.javafx.newt.util.MainThread" for running demos with NEWT
+echo MacOSX REMEMBER to add the JVM arguments "-XstartOnFirstThread -Djava.awt.headless=true com.jogamp.javafx.newt.util.MainThread" for running demos with NEWT
PATH=$J2RE_HOME/bin:$JAVA_HOME/bin:$PATH
export PATH