I've been trying to use FXLauncher to distribute m...
# tornadofx
j
I've been trying to use FXLauncher to distribute my project. I've setup a gradle IntelliJ project to do so. After running 'generateNativeInstaller' I can start the application by going into
../build/fxlauncher
and running
java -jar fxlauncher.jar
. All the requisite files are present. But the executable will not run.