diff options
author | Michael Bien <[email protected]> | 2010-03-29 04:48:33 +0200 |
---|---|---|
committer | Michael Bien <[email protected]> | 2010-03-29 04:48:33 +0200 |
commit | 19528b880625ee830ab03cb2724311a874240fe8 (patch) | |
tree | 9140a65757502386256b2d839bcba62e8b43c398 /setenv-jogl.sh | |
parent | 28388dd9be0df17bc2a1f538d0e039c4c82443ac (diff) |
changes due to package rename in jogl.
Diffstat (limited to 'setenv-jogl.sh')
-rw-r--r-- | setenv-jogl.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/setenv-jogl.sh b/setenv-jogl.sh index 8c7e8d4..27a76cf 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.jogamp.javafx.newt.util.MainThread" for running demos with NEWT +echo MacOSX REMEMBER to add the JVM arguments "-XstartOnFirstThread -Djava.awt.headless=true com.jogamp.newt.util.MainThread" for running demos with NEWT PATH=$J2RE_HOME/bin:$JAVA_HOME/bin:$PATH export PATH |