You can configure the applet debugger under the Debugger Types node in the Project Settings window. When you change the value of a property, your change affects all classes that use that debugger. Following are descriptions of the applet debugger properties.
Properties Tab | |
---|---|
Classic Switch | A switch between the classic and Java HotSpot virtual machines. |
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. |
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. |
Expert Tab | |
---|---|
Boot Class Path | The path to the classes that make up the Java platform. |
Class Path | The path that the IDE uses to look up classes. This value overrides the default or the CLASSPATH environment variable. |
Filesystems Path | The current class path from Filesystems. |
Library Path | 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 RMI Debugging Settings |