Join Slack
Powered by
From the guide <https://edvin.gitbooks.io/tornadof...
# tornadofx
o
Olav Hermansen
06/16/2020, 8:05 AM
From the guide
https://edvin.gitbooks.io/tornadofx-guide/part1/2_Setting_Up.html
I am having issues locating org.openjfx javafx 11.0.2, is it missing from maven central?
m
Michal Harakal
06/16/2020, 8:25 AM
This seems to be tricky for me too, but as I understood, javafx is not always part of java distribution (depending on version and distribution). You could install it by yourself, depending on OS it differs. Or you can use gradle plugin to obtain it
org.openjfx.javafxplugin
https://plugins.gradle.org/plugin/org.openjfx.javafxplugin
o
Olav Hermansen
06/16/2020, 8:38 AM
Ahh I see. Thanks!
a
altavir
06/16/2020, 10:45 AM
Here is a demo project, which works on all versions:
https://github.com/altavir/fx-demo
👍 2
4
Views
Open in Slack
Previous
Next