i am calling applet jar file like this
out.println("<APPLET code = com.Sample.class " +
"codebase = /WebContent/WEB-INF/" +
"archive = SamplePassword_signed.jar " +
"WIDTH = 200" +
"HEIGHT = 350>" +
"</APPLET>");
but it gives me a error that class path :
class com.Sample.class not found.
i have stored applet jar in web-inf folder . i am using eclipse as IDE please help me to get out put