Back again, I’ve just built my application into a jar. It seems to startup correctly with java -jar ..
but it immediately closes again. Probably because the -main
function just calls fx/create-app
successfully and returns right after that. How can I prevent this?
Hmm, requiring cljfx starts javafx (non-daemon ui thread), it shouldn't immediately close
ok, will look at it further