Executable
The following parameters apply to the target executable:
- Application type.
Choose Console for console apps, or Graphical for GUI apps.
- Allow application to be installed as service?
If Yes, the executable will function as a Win32 service.
- Executable filename.
The filename of the executable to be generated. This will also appear as the process name of the application in the Task Manager (up to 15 characters). This field is required.
- Executable icon.
The filename of the icon which will be used for the generated executable. This file must be in ICO format. If specified correctly, the icon should display in the preview box. This field is optional. If left blank, the default Java icon will be used.
- Redirect System.out to.
Choose None, File, or Popup message box/Event log. If None is selected, System.out will not be redirected. If File is selected, all output to System.out will be captured to the given log file. If Popup message box/Event log is selected, all output to System.out will be displayed in a popup message box (for GUI app), or the event log (for Windows services) only if the JVM aborts on fatal error.
- Redirect System.err to.
Choose None, File, or Popup message box/Event log. If None is selected, System.err will not be redirected. If File is selected, all output to System.err will be captured to the given log file. If Popup message box/Event log is selected, all output to System.err will be displayed in a popup message box (for GUI app), or the event log (for Win32 services) only if the JVM aborts on fatal error.
- Initial process priority.
Indicate the initial process priority when the executable is run. The default process priority is Normal.