Set a method for determining the application's main class

This is a feature of JBuilder Professional and Enterprise.

This step of the Archive Builder is only displayed if you choose Application as the archive type. This step allows you to determine how the application's main class should be determined. The main class runs the application. It contains the public static void main(String[] args) method.

Use The Main Class Specified In The Default Runtime

To use the main class specified on the Run page of the Project Properties dialog box, select this option. This is the default.

Use The Class Specified Below

Enter the class to use as the main class in the Class field. Click the ellipsis button to browse to the class.