Hi,

I have the following problem:

Within a JSP page I want to load an applet. Using the <jsp:plugin>
tags I should be able to load the applet, however, there seems to
be a problem with the codebase, because the applet cannot be loaded
(error: ClassNotFoundException).

After searching for the solution, i struck the following page
of sun http://java.sun.com/j2ee/tutorial/doc/JSPIntro10.html. This
page also addresses the problem of loading applets within JSP pages.
But, unfortunately, even their example 
(http://java.sun.com/j2ee/tutorial/examples/src/web/bookstore2/banner.txt)
doens't seem to work !!

The whole problem boils down to the following: Each jar / war file containg
a WEB-INF directory which on his turn contains a class and a lib directory.
The main question is: how can one access the class files stored in the
web-inf \ class directory within a jsp page ?

Please provide me with some suggestions or solutions.


Thanks,

Leonard Wolters

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to