i am calling a applet from a .jsp page in the following manner
 
<applet  code="crossword.Test"  height="200" width="200">
</applet>
i am having the .class file of the applet in a package inside the classes folder in WEB-INF. It says that class Test not found
I even tried using the <jsp:plugin> tag but it asks me to install the java plugin. can i call the applet using the applet tag above or is it important to use the <jsp:plugin> tag.
 
Ayyappa
 
email -id  [EMAIL PROTECTED]
 
 

Reply via email to