diff --git a/build/build.xml b/build/build.xml index 6c900f97a..4d0f0b233 100755 --- a/build/build.xml +++ b/build/build.xml @@ -78,14 +78,14 @@ - - + + @@ -801,68 +801,21 @@ - - - - - - - - - - - diff --git a/build/linux/processing b/build/linux/processing index 14708c1ed..eedceaa5f 100755 --- a/build/linux/processing +++ b/build/linux/processing @@ -103,7 +103,7 @@ cmd_name='processing-java' if [ $current_name = $cmd_name ] then - java processing.mode.java.Commander "$@" + java -Djna.nosys=true processing.mode.java.Commander "$@" exit $? else # Start Processing in the same directory as this script @@ -114,5 +114,5 @@ else fi cd "$APPDIR" - java processing.app.Base "$SKETCH" & + java -Djna.nosys=true processing.app.Base "$SKETCH" & fi diff --git a/todo.txt b/todo.txt index 5ae72e700..a90d16bcf 100644 --- a/todo.txt +++ b/todo.txt @@ -43,9 +43,9 @@ X fix for Windows launchers X fix for Windows export X fix for Windows export 64-bit X fix for Windows command line -_ fix for Linux launcher +X fix for Linux launcher _ fix for Linux export -_ fix for Linux command line +X fix for Linux command line X fix for OS X launcher X fix for OS X export X fix for OS X command line