trying to get back into building GUIs but i am get...
# tornadofx
n
trying to get back into building GUIs but i am getting stuck on openjdk related issues on windows is there any good sample app that will produce a fat jar with openjfx bundled that will work on any system ? (ideally down to java 8 )
d
n
the big problem i had is that i tried to replicate a example from tornadofx which used
fontawesomefx
which seems to be broken on javafx 11 and i could not figure out where the fixed release of it can be found
d
Oh wow. I'm doing roughly the exact same thing aha.
I got it to work on javafx 11.
Which version of TornadoFX are you using?
n
Copy code
1.7.20
mine also works when i just don't use broken dependencies
now the real challenge begins.. actually building something that does not look terrible
d