I just noticed the that JDK 7u6 and newer apparantly contain a packaging tool to make JavaFX applications native, which means it will wrap JavaFX runtimes into a windows EXE, a MSI installer, a Max bundle / dmg, or a linux bundle / rpm. Pretty nifty that sounds.
Here’s the link:
https://blogs.oracle.com/talkingjavadeployment/entry/native_packaging_for_javafx
I’m going to play around with this a bit (mostly for a tool I’m working on as a sideproject), but I’m wondering: has anyone here tried it out yet?
I also wonder whether it may be useful for LWJGL-based games…