You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by David Qian <Da...@accrue.com> on 2000/05/05 03:55:11 UTC

How to load an applet into a jsp page ?

Hi, everyone:

I am try to load an applet into the jsp page.

The jsp page is located in the directory  /examples/jsp/test.jsp.
The applet class file is located in
/examples/WEB-INF/classes/com/application/

In the jsp, I put

CODEBASE = "/com/application"
code = "testApplet.class"

I can not load the applet.

Thank you very much for any help !

David