Specifying the Default Executor

See Also 

The IDE comes with a set of execution types that suit most development needs. One execution type is selected as the default executor. The default executor is used for all classes and templates for which you have not specifically assigned an executor type. At startup, the default executor is External Execution.

To change the default executor:

  1. From the main window, choose Tools and choose Options.
  2. In the Options window, expand the Editing node and select Java Sources.
  3. Select the execution type in the Default Executor property.

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

To specify the default executor for a class:

  1. In the Filesystems window, right-click the runnable Java object and choose Properties.
  2. Select the execution type in the Executor property.

    This file is not affected when you change the default executor in the Options window.

See Also
Setting Run Options
External Execution
Internal Execution
Applet Execution

Legal Notices