creating an executable java program

hello every bodyi have finished my java program and i want to ask if there is some software that create a .exe of your project or make your projecte installable.for the moment i use javaexe but it's not really gooddo someone have an idea.
[274 byte] By [zmerlicnia] at [2007-10-2 10:57:13]
# 1
http://www.excelsior-usa.com/articles/java-to-exe.html
prometheuzza at 2007-7-13 3:23:23 > top of Java-index,Java Essentials,Java Programming...
# 2

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

CapitanHaddocka at 2007-7-13 3:23:23 > top of Java-index,Java Essentials,Java Programming...
# 3

> 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.

CapitanHaddocka at 2007-7-13 3:23:23 > top of Java-index,Java Essentials,Java Programming...