Accessing an Applet from a JSP Page

See Also

  1. Ensure that the applet is correctly packaged in the web application.
  2. Define the applet in the JSP file by using the following applet tag:
    <applet code="mypkg.MyApplet" archive="JavaAppletLibrary.jar"/> 
See Also
Running a JSP File
Deploying a Web Application
Setting Permissions for an Applet

Legal Notices