Locale Executor
The locale external executor runs a version of an application for a specific locale. To view or change the properties of the locale executor,
open the Options window, expand Debugging and Execution
Execution Types, and select Locale External Execution.
When you change the value of a property, your change affects all
classes that use the executor.
The Properties tab of the locale executor has the following
properties:
- External Process.
Sets the external process that the IDE uses
to run the class.
Click the ellipsis (...) button to browse to a new executable
or to configure the arguments passed to the executor. You can
use any of the variables listed under the Argument key.
- Identifying Name.
Specifies the name that the IDE uses to identify this executor type.
The default is Locale External Execution.
- User Locale.
Specifies the language and country code of the locale.
The language code is written as a pair of lowercase letters,
and the country code consists of two uppercase letters. For example,
you specify the French language and the country of Canada as fr_CA.
If you need to distinguish your locale further, you can specify a third parameter, called the variant code. Usually you specify
variant codes to identify differences caused by the computing platform.
Click the ellipsis (...) button to display
a property editor in which you can choose from a list of
predefined user locales.
The Expert tab of the locale executor has the following
properties:
- Append Environment Variables.
If True, appends or replaces existing IDE environment variables with
the variables listed in the Environment Variable property.
- Boot Classpath.
Sets the Java system libraries that the executor uses. By default, the IDE uses your default Java platform. Click the ellipsis button to display
a property editor in which you can change the boot class path settings.
- Classpath.
Specifies the path to the classes that the IDE uses. By default the IDE uses its internal class path, which includes all mounted filesystems and various directories in the IDE's installation and user directories. The IDE ignores your CLASSPATH environment variable. Click the ellipsis button to
display a property editor in which you can change the class path settings.
- Environment Variables.
Specifies the environment variables that the IDE uses, defined as name=value. When this value is set to
null, the IDE settings are used.
- Filesystems Path.
Sets the path for all Filesystems nodes, including filesystems
that you have mounted. You cannot edit this property.
- Library Path.
Specifies the class path containing the libraries and modules that the IDE uses. You cannot edit this property.
- Working Directory.
Specifies the directory in which to start the process. If the value is
null, the IDE's own working directory is used.
This feature is available with the J2SETM software, version 1.3 and compatible.
Legal Notices