mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
be more explicit about this
This commit is contained in:
@@ -104,7 +104,7 @@ cmd_name='processing-java'
|
||||
|
||||
if [ $current_name = $cmd_name ]
|
||||
then
|
||||
java -Djna.nosys=true -Djava.ext.dirs=lib/ext -Xmx256m processing.mode.java.Commander "$@"
|
||||
java -Djna.nosys=true -Djava.ext.dirs="$APPDIR"/java/lib/ext -Xmx256m processing.mode.java.Commander "$@"
|
||||
exit $?
|
||||
else
|
||||
# Start Processing in the same directory as this script
|
||||
@@ -115,5 +115,5 @@ else
|
||||
fi
|
||||
cd "$APPDIR"
|
||||
|
||||
java -splash:lib/about-1x.png -Djna.nosys=true -Djava.ext.dirs=lib/ext -Xmx256m processing.app.Base "$SKETCH" &
|
||||
java -splash:lib/about-1x.png -Djna.nosys=true -Djava.ext.dirs="$APPDIR"/java/lib/ext -Xmx256m processing.app.Base "$SKETCH" &
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user