Command Line
Running JExecutablecmd.exe
You can build a wrapped java application using the JExecutablecmd.exe command. However, note that it only takes as argument a project file created by the JExecutableGen graphical application. In other words, you can't create a project from scratch using only the JExecutablecmd program, which is provided only as a convenience for scripting purposes.
Usage
JExecutablecmd.exe [myproject.j2exe]
The .j2exe suffix may be ommited. The application either creates the executable binary successfully, or returns an error message.
|