The second implementation of the JDK 1.1 debugger, described here, runs an application on a 1.1 and compatible virtual machine. Use this implementation for compatibility reasons only.
To configure the JDK 1.1 debugger:
Classic Switch | A switch between the classic and HotSpot virtual machines. Set this value to true if HotSpot is installed. |
External Process | The path to java.exe and its command line parameters. Clicking the ellipsis button (...) opens
the Property Editor dialog box, which can help you define the process
and its arguments.
|
JDK 1.1 Home | The path to the JDK 1.1 installation directory. |
Boot Class Path | (Read only) The path to the classes that make up the Java platform. |
Class Path | (Read only) The path that the IDE uses to look up classes. This value overrides the default or the CLASSPATH environment variable. |
Filesystems Path | (Read only) The current class path from Filesystems. |
Library Path | (Read only) The class path containing the libraries and modules that the IDE uses. |
Working Directory | The directory in which to start the process. If this value is
null , the IDE's own working directory is used. This feature
is available with JDK 1.3 and compatible.
|
See also | |
---|---|
Configuring the Default Debugger
Configuring the Applet Debugger |