The Execution Types node in the Project Settings window has six subnodes for execution modes related to RMI:
You can see the execution mode that has been assigned to a class by looking at the property sheet for the class. (The property sheet's Execution tab has an Executor property.) When you run a class, its Executor property is used to start the Java virtual machine in which the class runs.
Following are descriptions of the RMI executor properties. When you change the value of a property, your change affects all classes that use that executor.
Properties Tab | |
---|---|
External Process | A java command with appropriate parameters for RMI execution. When you run a class, this command is used to start the Java virtual machine in which the class will run. Each of the RMI executor nodes has a slightly different set of parameters. |
Identifying Name | The name that represents the execution mode defined by the settings. Each of the RMI executor nodes has a different identifying name. The name appears in the individual class Executor settings. |
Expert Tab | |
---|---|
Boot Classpath | The class path used to locate the java executable for running an RMI class. |
Classpath | The class path supplied to the process that runs the RMI class. The path includes the project directory you are working in and any other filesystems you mounted for the project. |
Environment Variables | A list of environment variables in the form name = value. If you specify null, the IDE's settings are used. |
Filesystems IP URL | The HTTP address for the IDE's Filesystems node, using local host's IP address. |
Filesystems Path | The path for all Filesystems nodes, including filesystems that you have mounted. |
Filesystems URL | The HTTP address for the IDE's Filesystems node, using local host's name. |
Host IP | The IP address of the local host. |
Host Name | The name of the local host. |
Internal HTTP Port | The port used by the IDE's internal HTTP server. |
Library Path | The path for libraries available to the IDE, including any that you have mounted. |
Working Directory | The working directory in which to start the process. The default is null. |
See also | |
---|---|
RMI Compiler Settings
RMI Debugging Settings |