I have modified install locations:
- .so files are in /usr/lib/java-openjfx
- .jar and .jmod files are in /usr/share/java/java-openjfx
Some variables are defined in /etc/profile.d/java-openjfx-profile.sh. /usr/bin/java-openjfx-env can also be sourced. To launch an application with openjfx, you can use for example:
source java-openjfx-env
java $OPENJFX_JAVA_OPTIONS --add-modules javafx.swing,... <your java application>
Pinned Comments
patlefort commented on 2025-05-03 18:24 (UTC) (edited on 2025-10-27 15:35 (UTC) by patlefort)
I have modified install locations:
Some variables are defined in
/etc/profile.d/java-openjfx-profile.sh./usr/bin/java-openjfx-envcan also be sourced. To launch an application with openjfx, you can use for example: