to compile java -> exe win32

is it possible to compile any .java files or .class files to an exe program for Win32 ?are there any way to create an pice of software, and lauch it on any computer with out installing jdk ?Merci, thank you
[234 byte] By [delucaf] at [2007-9-26 1:15:54]
# 1

I'm not aware of any piece of software that takes the .class file and compiles it down to a native executable. With that said, you do need a JVM installed on the machine in order to run a java application.

However, that JVM could be a JRE which is much much smaller than a JDK. Check out InstallAnywhere from zero-g software.

THis is an installshield like program for Java that creates native binaries ( like .exe's ), that install a JRE, and your application.

www.zerog.com

charlie

charlie76 at 2007-6-29 0:42:56 > top of Java-index,Java HotSpot Virtual Machine,Specifications...
# 2
try this out http://www.duckware.com/java2exe.html
BenjaminNoack at 2007-6-29 0:42:56 > top of Java-index,Java HotSpot Virtual Machine,Specifications...