Hi guys! I can't get TornadoFX to work with Java 1...
# tornadofx
m
Hi guys! I can't get TornadoFX to work with Java 16 and Gradle. Is that even possible?
k
Yes, I have been using it with OpenJDK/OpenJFX 16 and Gradle 7.1 in IntelliJ IDEA 2021.2.2 Community.
m
Can you show me how you managed to set it up?
b
for JavaFX 11+ you need to use TornadoFX 2
m
Hm I can't find any info on the dependency declaration for TornadoFX 2 to import it in gradle. I tried with 'no.tornadotornadofx2+' and 'no.tornadotornadofx2.0.0-SNAPSHOT' but gradle couldn't find it. Where do I find this info? It's not on the T-FX 2 Github page...
k
Hey Martin, I created this for myself a few weeks ago. See if that helps. Cheers.
🙏 2
m
Thanks! That helped!
🤠 1
l
Do you build any distribution package, like a setup.exe?