Hi there,
That's the question most people ask.Actually this proccess is againts the goal of java for being a platform independent programing lang, but anyway you can find cool softwars on www.download.com. A perfect installer available there is install4j wich is usfull to make your prog installable and it makes exe file 2.
CapitanHaddock
> That's the question most people ask.Actually this
> proccess is againts the goal of java for being a
> platform independent programing lang,
That's an urban legend I haven't heard in a while -:)
How can the generation of a native executable out of a Java source be against the goals of Java? Has the source code been contaminated in any way in the process? Is it now less portable than before? The native executable itself isn't portable of course but that's kind of the point of producing one, and it doesn't restrict the portability of the program itself.