Configuring the Applet Debugger

From the Project Settings window, you can change the properties of the applet debugger. When you reconfigure the applet debugger, your changes affect all classes that use the debugger.

To configure the applet debugger:

  1. From the main window, choose Project Settings.

  2. In the Project Settings window, expand the Debugger Types node and select Applet Debugging.

    The properties are presented in two tabs: Properties and Expert.

  3. Modify the values to your preferred settings.

    Properties Tab
    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.

    Expert Tab
    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

Legal Notices