<@U0F3291QE> fyi, tornadofx seems not to build und...
# tornadofx
g
@edvin fyi, tornadofx seems not to build under OpenJDK due to the use of
com.sun.deploy.uitoolkit.impl.fx.HostServicesFactory
or maybe I missed something
r
If you check the README it says right at the top
* Important: TornadoFX is not yet compatible with Java 9 *
g
OpenJDK, not Java 9
I'm building with an OpenJDK build of Java 8
r
Interesting, that's usually the kind of error you get when you build with JDK 9, so I assumed you were using OpenJDK 9
c
@Ruckus do you know why @edvin opted for the the sun class factory instead of javafx.application.HostServices ?
r
I don't, sorry.