Hi, I have created a JAR file from my Netbeans. However, when i double click the JAR file from my "dist" folder, nothing happen. I have to create a .bat file in order to open the jar file.
Besides, I have also converted the .jar file into .exe file using Launch4j. However, the .exe file of my JavaFX program cannot be opened as well. not even from the command prompt.
I wonder are there any way to fix this.