Choose Main Panel

InstallAnywhere 2017 ยป Project Wizard

The Choose Main panel of the Project Wizard selects the main class for the installer. In Java, the main class is the starting point when executing a JAR file.

If you click the Automatically Find Main Classes button, the Project Wizard automatically locates main classes and displays them in the Choose Your Main Class list, enabling you to select the appropriate main class.

See Also