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 (32-bit). The filename of the 32-bit
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 filename (64-bit). The filename of the 64-bit
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 optional.
- 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
NativeJ 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 (append
or overwrite selectable). 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 (append
or overwrite selectable). 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.