Hi, I'm trying to include an Applet into a JSP page. I'm using the following scriplet: <% out.println("<p align=center><applet code=Myapplet.class codebase=./></applet></p>"); %>
The param details are not included in this message.The page is loaded in the browser without errors from the server but the Applet is not there. There's an error on the browser which is load:class Myapplet not found Is this the way to include an Applet into a JSP page? Is the error related to the URI of the applet? Thanks
[This message has been edited by Jamal Romero (edited June 21, 2001).]