Specifying the Default Executor

The IDE comes with a set of executors that suit most development needs. One executor is selected as the default. For most projects and files, the default executor is the external executor.

To change the default executor for a project:

  1. From the main window, choose Project Settings.
  2. In the Project Settings window, select the Java Sources node.
  3. In the Properties sheet, find the Default Executor property, click its value, and select the desired executor from the combo box.

    The change affects all classes and templates for which you have not specifically assigned an executor type.

To specify the default executor for a class:

  1. Right-click the runnable Java object in the Explorer and choose Properties.
  2. In the Properties window, click the Execution tab.
  3. Click the value for the Executor property and select the desired executor from the combo box.

    This file is not affected when you change the default executor for the project that the file is in.

See also
Defining a New Executor Type

Legal Notices