diff options
Diffstat (limited to 'java-macosx.sh')
-rwxr-xr-x | java-macosx.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/java-macosx.sh b/java-macosx.sh index ee793df..71f5549 100755 --- a/java-macosx.sh +++ b/java-macosx.sh @@ -1,3 +1,6 @@ #! /bin/sh +# -Dgluegen.debug.ProcAddressHelper=true -Dgluegen.debug.NativeLibrary=true -Dnativewindow.debug=all -Djogl.debug=all -Dnewt.debug=all +# -Dnativewindow.debug=all -Djogl.debug=all -Dnewt.debug=all + java -XstartOnFirstThread -Djava.awt.headless=true $* 2>&1 | tee java-macosx.log |