I want to run simple applet in my web application using html applet tag but it gives error like
java.lang.ClassNotFoundException: MyApplet
please, give me
Check 2 things. 1. the codebase is correct. To check that it is correctly written compose full URL (URL of your page + codebase) and try it directly in browser. Be sure that it is correct.
If it does not work, post your tag here