Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Best free tool to build an exe from Java code? [duplicate]

Possible Duplicate:
How can I convert my java program to an .exe file ?

I've used JSmoothGen in the past, but recently we've seen a number of machines that refuse to run the .exes that it generates. It also seems not to be actively maintained so heavily any more.

Are there any alternatives that are more actively maintained and more reliable?

like image 246
jsight Avatar asked Nov 21 '08 16:11

jsight


2 Answers

I use Launch4J which supports Windows, Mac and Linux. I suggest forgoing the somewhat flaky GUI tool and just writing the (short, readable) config file yourself.

like image 131
Zarkonnen Avatar answered Oct 10 '22 09:10

Zarkonnen


The gnu compiler gcj

like image 31
flolo Avatar answered Oct 10 '22 08:10

flolo