the html page which calls it is in tomcat_home/myapp and the applet is com.jrefinery.chart.demo.applet.Applet1.class which is housed in tomcat_home/myapp/WEB-INF/classes/com/jrefinery/chart/demo/applet
Applets do not work the same as servlets - so placing them in the WEB-INF/classes directory will not work. The best thing is to jar up the applets, and place the jar file in the same directory as the html, and then in the <applet> tag, add :
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.