Select an application type to generate
Introduction
To Select what type of exe file to generate from the jar file. There are 3 types for Windows, 2 types for Linux.
Usage
Check the application type which you need to generate:
Console Application
Check this radio to select console type of application.
At command line mode, this parameter is "/type console".
Windows GUI Application
Check this radio to select Windows GUI type of application.
At command line mode, this parameter is "/type windows".
Service Application
Check this radio to select Service type of application. Service for Windows and Service for Linux are much different in technique, but they have the same usage for you by the help of Jar2Exe.
At command line mode, this parameter is "/type service".
See Also
- See 3 Types of Applications page for details of application types.
- Prev Step: Step 1: Select Jar page for usage of selecting a jar file.
- Next Step: Step 3: Main Class page for selecting entrance of your program.
Add new comment