mirror of
https://github.com/processing/processing4.git
synced 2026-02-03 05:39:18 +01:00
this was just doubling this stuff up, oops
This commit is contained in:
@@ -1110,8 +1110,10 @@ public class JavaBuild {
|
||||
String runOptionsStr = runOptions.join(" ");
|
||||
pw.print("java " + runOptionsStr +
|
||||
" -Djava.library.path=\"$APPDIR:$APPDIR/lib\"" +
|
||||
" -Djava.ext.dirs=\"$APPDIR/java/lib/ext\"" +
|
||||
" -Djna.nosys=true" +
|
||||
// these aren't included here since they're added elsewhere
|
||||
// (and only included when Java is embedded)
|
||||
//" -Djava.ext.dirs=\"$APPDIR/java/lib/ext\"" +
|
||||
//" -Djna.nosys=true" +
|
||||
" -cp \"" + exportClassPath + "\"" +
|
||||
" " + sketch.getName() + " \"$@\"\n");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user