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 :
archive="myjar.jar