Hello, everyone. I haven't been used TornadoFX ear...
# tornadofx
r
Hello, everyone. I haven't been used TornadoFX earlier so I have some questions. 1. Does applications created with Kotlin and TornadoFX require JVM on user's PC to run? 2. Is there any way to create GUI desktop applications using Kotlin so users don't need to install JVM on their PCs?
f
Two messages backward, Scott ask same question. I think that solution works for you case. PD: I have never used it but I am with the same case and I hope to use that solution when I need to distribute. https://kotlinlang.slack.com/archives/C136UUPE1/p1597803973002300
a
I've successfully created several jpackage distributions via badass-runtime plugin and tornado. Also gluon is working on aot solution: https://gluonhq.com/native-desktop-application-using-substrate-graalvm/
m
I've used jpackage as well with the badass runtime plugin, works great