tweaks for JavaFX in the PDE on Linux

This commit is contained in:
Ben Fry
2021-06-22 17:08:51 -04:00
parent 03afc3fa49
commit d5d0a8724f
+1 -1
View File
@@ -113,5 +113,5 @@ else
fi
cd "$APPDIR"
java -splash:lib/about-1x.png -Djna.nosys=true --module-path=core/library -Xmx512m processing.app.Base "$SKETCH" &
java -splash:lib/about-1x.png -Djna.nosys=true -Djava.library.path=lib:modes/java/libraries/javafx/library/linux64 --module-path=modes/java/libraries/javafx/library/linux64 --add-modules=javafx.base,javafx.controls,javafx.fxml,javafx.graphics,javafx.media,javafx.swing -Xmx512m processing.app.Base "$SKETCH" &
fi