Loading Java applet from WEB-INF/classes by JSP
- by Bruce
Hi guys,
Ive got a problem with loading an applet from WEB-INF/classes directory.
The main class of an applet (MainApplet.class) is there in the package aaa, but when loading I got the exception
java.lang.ClassNotFoundException. Where am I wrong? My jsp is in Web Pages dir.
< jsp:plugin type="applet" code="aaa/MainApplet.class" jreversion="1.6" width="700" height="500"
Thanks in advance for the reply!