Running and Debugging an Applet

The Applet module might not be available in your version of the IDE. If it is available, you will see an option to create an Applet under the Classes category in the New wizard. You can enable the Applet module by choosing Tools and choose Update Center.

By default, the executor assigned to your applet is the applet viewer, and the debugger is the applet debugger. If you imported your applet, or if you are having trouble running or debugging an applet, you might need to set the debugger and executor properties of the applet's source file.

To set the applet properties:

  1. In the Explorer window, select the applet.
  2. In the property sheet, click the Execution tab.
  3. Set the Debugger property to Applet Debugging.
  4. Set the Executor property to Applet Execution.
See also
Applet Executor
Applet Debugger

Legal Notices