Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to generate executable of java project in eclipse [duplicate]

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?

like image 302
Java Curious ღ Avatar asked Aug 27 '13 06:08

Java Curious ღ


2 Answers

I recommend launch4j to create executables from JAR files.

like image 198
Moritz Petersen Avatar answered Sep 18 '22 18:09

Moritz Petersen


You can use JSMOOTH to wrap your jar file into .exe file. from wiki ->JSmooth is a tool for wrapping Java JAR files into Windows Portable Executable EXE files.

For more info you can see this answer

like image 28
ankit Avatar answered Sep 20 '22 18:09

ankit