Thread
:
can we create .exe file using java
View Single Post
•
•
Join Date: Feb 2005
Posts: 181
Reputation:
Solved Threads: 10
Paul.Esson
Offline
Junior Poster
Re: can we create .exe file using java
0
#
7
Nov 7th, 2007
GCJ
can be located at
http://gcc.gnu.org/java/
, Is able to compile java into bytecode or a native executable ( don't know if this works on win32 tho ).
Launch4J is another GPL option
http://launch4j.sourceforge.net/
, a small JVM that ships with your software.
Paul.Esson
View Public Profile
Visit Paul.Esson's homepage!
Find all posts by Paul.Esson