Running and Debugging an Applet

See Also 

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 execution type assigned to your applet is the applet viewer, and the debugger type 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 Filesystems window, right-click the applet and choose Properties.
  2. Set the Debugger property to Applet Debugging.
  3. Set the Executor property to Applet Execution.
See Also
Applet Execution
Applet Debugger

Legal Notices