I'm trying to generate executable file for my javafx application. I've generatd jar which I can run within java -jar file.jar command. I've used Launch4j for that (but also jsmooth app). The problem is, fine it generates exe file, but when I try to run this app it does nothing, something is loading for less than 0.5 sec and nothing appears, what can be wrong?
Config:
I dont know what should I paste else as I can run jar properly so the jar is not corrupted.
//edit When I tried to run executive jar by double clicking, this windows showed. (edited question). enter image description here