Setting Executor Options

The IDE provides a set of executors that suit most development needs. Each executor contains properties that affect how the executor is called, such as which java command to use and the directory in which to start the process. You can view the available executors and configure their properties in the Options window. The executor types are listed under the Execution Types subnode of the Debugging and Executing node.

Each class and template is assigned an executor by default. You can use one executor for some files in your project and the default executor for others. For example, if a project is assigned the external executor, but one class requires an internal executor, you can change the executor for that class without affecting the other files in the project.

You can view the default executor by opening the Options window, expanding the Editing node, and selecting the Java Sources node. You can view the default executor for a class file by selecting the file in the Explorer and looking at the Executor property on the Execution tab of its property sheet.

For information on the executor types and their properties, see:

External Executor
Internal Executor
Applet Executor
Locale Executor

For information on adding and removing executor types, see:

Specifying the Default Executor
Defining a New Executor Type
Setting an Executor Type in a Template
Removing an Executor Type

Legal Notices