I have a .jar file that is perfectly running when I run it using cmd command :
java -cp myjar.jar MainClassName
Now I created .exe file using launch4j. But the exe file is not running when I double click on it. It is not showing any error nor output. I haven't used a "splash" option in launch4j. Should I have to use it to make the .exe file run? Please help how to run the .exe file. I can see the log file of my .exe file, created by launch4j, updating only when I run it using launch4j directly. But the output is nothing. Please help me with this.Thankyou