JAR Executor

The JAR executor runs a class file externally. You must specify the start class and class path in the manifest. The JAR file's class path consists of the relative paths to any other JAR files that contain classes that your JAR file needs. When running a JAR file, the class path in the IDE and command line is ignored.

To view or change the properties of the JAR executor, open the Options window, expand Debugging and Execution and expand Execution Types, and select JAR Execution. When you change the value of a property, your change affects all classes that use the executor.

The Properties tab of the JAR executor has the following properties:

The Expert tab of the JAR executor has the following properties:

See also
Running a JAR File

Legal Notices