Difference between revisions of "JavaFX"
Jump to navigation
Jump to search
Line 5: | Line 5: | ||
* https://stackoverflow.com/questions/63842928/openjdk8-and-javafx-on-macos | * https://stackoverflow.com/questions/63842928/openjdk8-and-javafx-on-macos | ||
* https://stackoverflow.com/questions/67106521/how-to-use-jfx-openfx-with-openjdk-8 | * https://stackoverflow.com/questions/67106521/how-to-use-jfx-openfx-with-openjdk-8 | ||
+ | <source lang='bash'> | ||
+ | find /usr/share/openjfx/lib -name "*.jar" | ||
+ | /usr/share/openjfx/lib/javafx.media.jar | ||
+ | /usr/share/openjfx/lib/javafx.graphics.jar | ||
+ | /usr/share/openjfx/lib/javafx.fxml.jar | ||
+ | /usr/share/openjfx/lib/javafx.swing.jar | ||
+ | /usr/share/openjfx/lib/javafx.base.jar | ||
+ | /usr/share/openjfx/lib/javafx.controls.jar | ||
+ | /usr/share/openjfx/lib/javafx.web.jar | ||
+ | </source> |
Latest revision as of 13:45, 4 September 2024
see https://en.wikipedia.org/wiki/JavaFX
How do I get Java FX running with OpenJDK 8 on Ubuntu 18.04.2 LTS?
see stackoverflow
How do I get Java FX running with OpenJDK 8 on MacOS?
- https://stackoverflow.com/questions/63842928/openjdk8-and-javafx-on-macos
- https://stackoverflow.com/questions/67106521/how-to-use-jfx-openfx-with-openjdk-8
find /usr/share/openjfx/lib -name "*.jar"
/usr/share/openjfx/lib/javafx.media.jar
/usr/share/openjfx/lib/javafx.graphics.jar
/usr/share/openjfx/lib/javafx.fxml.jar
/usr/share/openjfx/lib/javafx.swing.jar
/usr/share/openjfx/lib/javafx.base.jar
/usr/share/openjfx/lib/javafx.controls.jar
/usr/share/openjfx/lib/javafx.web.jar