Loading Java applet from WEB-INF/classes by JSP
Posted
by Bruce
on Stack Overflow
See other posts from Stack Overflow
or by Bruce
Published on 2010-05-01T12:51:18Z
Indexed on
2010/05/01
12:57 UTC
Read the original article
Hit count: 234
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!
© Stack Overflow or respective owner