From d5d0a8724fbac6b62030d979020c1e4b5e9609e8 Mon Sep 17 00:00:00 2001 From: Ben Fry Date: Tue, 22 Jun 2021 17:08:51 -0400 Subject: [PATCH] tweaks for JavaFX in the PDE on Linux --- build/linux/processing | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/linux/processing b/build/linux/processing index 443c6aa46..53abdb271 100755 --- a/build/linux/processing +++ b/build/linux/processing @@ -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