summaryrefslogtreecommitdiffstats
path: root/make/scripts/java-run-newt.sh
diff options
context:
space:
mode:
Diffstat (limited to 'make/scripts/java-run-newt.sh')
-rwxr-xr-xmake/scripts/java-run-newt.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/make/scripts/java-run-newt.sh b/make/scripts/java-run-newt.sh
index 94f77143f..796e22da4 100755
--- a/make/scripts/java-run-newt.sh
+++ b/make/scripts/java-run-newt.sh
@@ -39,5 +39,6 @@ fi
# D_ARGS="-Dnativewindow.debug=all -Djogl.debug=all -Dnewt.debug=all -Djogl.debug.GLSLState"
# D_ARGS="-Dnativewindow.debug.X11Util=true -Djogl.debug.GLDrawableFactory=true"
# D_ARGS="-Dnativewindow.debug.X11Util=true"
+# D_ARGS="-Dnewt.debug=all"
java $X_ARGS -Djava.awt.headless=true $D_ARGS com.jogamp.newt.util.MainThread $* 2>&1 | tee java-run-newt.log