Native Executable

How do I compile a native executable in Java?
[66 byte] By [jagillis] at [2007-9-26 2:15:44]
# 1
What do you mean? You can invoke a C compiler in Java through Runtime.exec() like any other program...
jsalonen at 2007-6-29 9:13:15 > top of Java-index,Archived Forums,Java Programming...
# 2
You don't compile a native executable, it has already been compiled by something.
DrClap at 2007-6-29 9:13:15 > top of Java-index,Archived Forums,Java Programming...
# 3
I think he's asking for how to convert .java files to .exe's.
nerd2004 at 2007-6-29 9:13:15 > top of Java-index,Archived Forums,Java Programming...
# 4
you can use JBuilder7-->Wizards-->Native Executable Builder doyou will get for window ***.exe without java jvm it can run!
asunlinux at 2007-6-29 9:13:15 > top of Java-index,Archived Forums,Java Programming...
# 5
By any chance: is there some freeware on the internet to do that? Or do I have to use a comercial tool?Jonas
syntec-software at 2007-6-29 9:13:15 > top of Java-index,Archived Forums,Java Programming...
# 6
you can get on demo or purchase in the site http://mpowers.net/executor/ . This program turn your java file into a windows executable.
jsferre at 2007-6-29 9:13:15 > top of Java-index,Archived Forums,Java Programming...
# 7
You can check out NativeJ at http://ctech-software.hypermart.net/nativej.html.
vchew at 2007-6-29 9:13:15 > top of Java-index,Archived Forums,Java Programming...