How to generate executable of java project in eclipse

eclipse, executable, jar, java

Solution

I recommend launch4j to create executables from JAR files.

Problem

I am trying to make an executable file of my Java Application but I don't know how to do that. I know how to generate an executable jar file, but I want to make an executable application. I'm using eclipse indigo to make the java application and to generate the jar file. How to make the executable?

Original source

Related problems