View Single Post
Join Date: Feb 2005
Posts: 181
Reputation: Paul.Esson is an unknown quantity at this point 
Solved Threads: 10
Paul.Esson's Avatar
Paul.Esson Paul.Esson is offline 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.
Reply With Quote