Skip to content

Commit d5d0a87

Browse files
committed
tweaks for JavaFX in the PDE on Linux
1 parent 03afc3f commit d5d0a87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/linux/processing

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,5 +113,5 @@ else
113113
fi
114114
cd "$APPDIR"
115115

116-
java -splash:lib/about-1x.png -Djna.nosys=true --module-path=core/library -Xmx512m processing.app.Base "$SKETCH" &
116+
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" &
117117
fi

0 commit comments

Comments
 (0)