Hey everyone, is there any possible way to run a t...
# tornadofx
h
Hey everyone, is there any possible way to run a tornadofx compiled application on a device with java 14? It doesn't have javafx bundled anymore so would I have to require my clients to install java 8? Alternatively, is there perhaps some way to bundle openjfx in my application as an alternative to work with tornadofx?
h
They even have a TornadoFX example
h
Sweet! Thank you
m
in my opinion the best way to handle this is to use jpackage to produce a native installer or package for the target platform