Source code to .jar extension -> IntelliJ
Currently I created a simple Contacts application in IntelliJ idea which works great when i run it from idea.I want to export this application to jar file and then to exe. I tried a lot of methods but was unsuccessfully. Project structure is shown in the image below.
I did build artifacts and created the jar but when i click it nothing happens
I even used launch4j to wrap this jar to .exe file but still nothing happens when i double click it.