This is the mail archive of the kawa@sourceware.org mailing list for the Kawa project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: produce ".EXE"


charles magnes wrote:
Hello,
Is it possible to produce ".EXE" programs previously written in java with KAWA?

I think you're confused about what Kawa is. Maybe you're thinking of the long-defunct Kawa IDE - though I have no idea whether it could do what you want.

What you want is something like GCJ (http://gcc.gnu.org/java/).
Using gcj to compile Java applications into executable files is
possible - though it is somewhat tricky on Windows.  (It is much
easier on a GNU/Linux system, some of which have gcj pre-installed.)
--
	--Per Bothner
per@bothner.com   http://per.bothner.com/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]