Configuring the Executors That Run Your Programs

The IDE provides a set of executors that suit most development tasks. Each executor contains properties that affect how the executor is called, such as which java to use and the directory in which to start the process. All executor types are listed in the Project Settings window under the Execution Types node.

To change the properties of an executor:

  1. From the main window, choose Project Settings.
  2. In the Project Settings window, expand the Execution Types node, and select the desired executor.
  3. Modify the property values to your preferred settings.

    For help on a particular property, move the pointer over it. The values you set will be used the next time you use the executor.

You can also configure an executor from the Explorer window. In the property sheet for an object, click the value for the Executor property and click the ellipsis button (...). A Property Editor dialog box opens, in which you can modify the executor properties.
See also
Configuring the External Executor
Configuring the Internal Executor
Configuring the Applet Executor
Configuring the JSP Executor

Legal Notices