diff options
author | Sven Gothel <[email protected]> | 2009-03-20 19:09:33 +0000 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2009-03-20 19:09:33 +0000 |
commit | 2834c004a6fcc1f51818032370c327458dbb1a28 (patch) | |
tree | 3562362fda1d782066ca34c8bf4fbcf8f3b0a0ca | |
parent | f173a1db9ee997c50efab06503da6e2e1d2963cc (diff) |
Added macosx comment
git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/../svn-server-sync/jogl-demos/branches/JOGL_2_SANDBOX@329 3298f667-5e0e-4b4a-8ed4-a3559d26a5f4
-rw-r--r-- | setenv-jogl.macosx.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/setenv-jogl.macosx.sh b/setenv-jogl.macosx.sh index cf85217..16825f7 100644 --- a/setenv-jogl.macosx.sh +++ b/setenv-jogl.macosx.sh @@ -39,6 +39,7 @@ export CLASSPATH export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$GLUEGEN_OS:$JOGL_LIB_DIR export DYLD_LIBRARY_PATH=$DYLD_LIBRARY_PATH:$GLUEGEN_OS:$JOGL_LIB_DIR +echo REMEMBER to add the JVM arguments "-XstartOnFirstThread -Djava.awt.headless=true" for running demos without AWT, e.g. NEWT echo JOGL_CLASSPATH: $JOGL_CLASSPATH PATH=$J2RE_HOME/bin:$JAVA_HOME/bin:$PATH |