From the guide <https://edvin.gitbooks.io/tornadof...
# tornadofx
o
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
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
Ahh I see. Thanks!
a
Here is a demo project, which works on all versions: https://github.com/altavir/fx-demo
👍 2