How to compile exe
Status: Beta
Brought to you by:
erikpoupaert
Hello,
I can't find how to compile a Java executable on
Windows. It looks like I have to do this:
C:\myapp> [here is HelloWorld.java]
C:\myapp>..\freestyler\binwin32\buildmodelartist.exe
-src world -platform win32
But I receive an error, can't create child process.
Please write a beginner's section and show command line
examples to build an executable from a Java source
file? Also, can you show an example Java app with a
GUI, or will existing Java GUI apps compile with this
tool and run as native exes?
Many Thanks.