To configure the applet 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 parameters.
|
Identifying Name | The name that the IDE uses to identify this debugger type. Classes do not register name changes of debugger types. If you change this property, any classes that use the debugger will revert to using the default debugger. |
Implementation | The debugger to use to debug the applet. Your choices are the JPDA (if it is installed on your system) and the JDK 1.1 debugger. |
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 JDK 1.1 Debugger |