Running an Applet

See Also

  1. Right-click an applet class in the Projects window or Files window.
  2. Select Run File from the pop-up menu.

    The myappletclass.html launcher file, with the applet embedded, is created in the build folder and launched in the Applet Viewer.

  3. Package the applet in the web application.
  4. Define the applet in a JSP file.
  5. Run the JSP file that contains the applet or deploy the web application that contains the JSP file.

Debugging an Applet

Applets run in the virtual machine of the IDE's default web browser. The IDE uses a different virtual machine and therefore applets are not included in a web application's debug session. Therefore, debug the applet launcher file as described in step 2 above.

See Also
Creating an Applet
Packaging a Resource in a WAR File
Setting Permissions for an Applet

Legal Notices