Link to home
Start Free TrialLog in
Avatar of BILAL69
BILAL69

asked on

How can i Convert Jar Files Into Exe ?

i have a jar executable file and im trying to convert it into exe. Tried to find alot but couln't get it hope someone help :) thanks in advance
Avatar of sciuriware
sciuriware

You might read this: http://www.excelsior-usa.com/articles/java-to-exe.html

You might also think why you want to do it; it won't run faster.

;JOOP!
ASKER CERTIFIED SOLUTION
Avatar of Peter Hart
Peter Hart
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
There are plenty of free softwares available for download and you can use any of them to convert a jar file to exe file. If you are doing a Java project, you can directly create an exe file using the JSmooth software available for free download. Also you can go for Advanced Installer which will help you creating an exe file directly from Eclipse IDE files in case you are using Eclipse IDE for your Java Development.

Hope this helps.
Triguna