You could potentially run many apps in one JVM, bu...
# tornadofx
e
You could potentially run many apps in one JVM, but unfortunately not JavaFX apps, since you can only call
Application.launch
once. You could hack it though, but each instance would still use a lot of resources.