summaryrefslogtreecommitdiffstats
path: root/java-dbg.sh
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2010-10-14 21:34:27 +0200
committerSven Gothel <[email protected]>2010-10-14 21:34:27 +0200
commit1ff81eb806d6df78994a808217eb2c5f6b4ef8da (patch)
tree7ae11fd92f63019c6c54862c66eb2656bcc2ef97 /java-dbg.sh
parent0d1ea8ae8eb940b1b29f4f80c232a1d456300362 (diff)
Fix/Syn with JOGL 774138544e1eec3330309ad682fa05154a07ab8d ; Notably add: Applet's with native NEWT support, ie jogl-newt-applet-runner-gears.html
Diffstat (limited to 'java-dbg.sh')
-rw-r--r--java-dbg.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/java-dbg.sh b/java-dbg.sh
index 8fdab6c..04e4841 100644
--- a/java-dbg.sh
+++ b/java-dbg.sh
@@ -11,8 +11,8 @@ fi
if [ $CPOK -eq 0 ] ; then
echo No JOGL in CLASSPATH
else
-D_ARGS="-Djogamp.debug.JNILibLoader=true -Djogamp.debug.NativeLibrary=true -Djogamp.debug.NativeLibrary.Lookup=true -Djogl.debug.GLProfile=true"
-# D_ARGS="-Djogl.debug=all -Dnewt.debug=all -Dnativewindow.debug=all"
+# D_ARGS="-Djogamp.debug.JNILibLoader=true -Djogamp.debug.NativeLibrary=true -Djogamp.debug.NativeLibrary.Lookup=true -Djogl.debug.GLProfile=true"
+D_ARGS="-Djogl.debug=all -Dnewt.debug=all -Dnativewindow.debug=all"
java $D_ARGS $* 2>&1 | tee java-dbg.log
fi