JDK 1.1 Debugger
The JDK 1.1 debugger runs an
application on a 1.1 and compatible virtual machine. Use this implementation of the debugger only for compatibility reasons.
To view or change the properties of the JDK 1.1 debugger,
open the Options window, expand the Debugging and Execution node,
expand the Debugger Types subnode, and select the JDK 1.1 Debugging node.
When you change the value of a property of the JDK 1.1
debugger, your change affects all
classes that use that debugger.
The Properties tab of the JDK 1.1 debugger contains the following properties.
- External Process.
Specifies the path to java.exe and its command-line parameters. Clicking the ellipsis button (...) opens
a Property Editor, which can help you define the process
and its arguments.
- Identifying Name.
Specifies the name that the IDE uses to identify this debugger type.
The default value is JDK 1.1 Debugging.
- JDK 1.1 Home.
Specifies the path to the JDK 1.1 installation directory.
The Expert tab of the JDK 1.1 debugger contains the following properties.
- Boot Class Path.
Specifies a boot class path used by an application being debugged to
look up classes. You cannot edit this property.
- Class Path.
Specifies a class path used by an application being debugged to look
up classes. You cannot edit this property.
- Filesystems Path.
Specifies 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 this value is
not set, the IDE's own working directory is used. This feature is
available with JDK 1.3 and compatible.
Legal Notices