Applet is not running on IE(Showing class not found exception)
843807Feb 16 2006 — edited Feb 16 2006Hi Friends,
I am not able to run applet on my browser(IE). I trid to run sun's exapmle applet http://java.sun.com/applets/jdk/1.4/demo/applets/ArcTest/example1.html
but it is showing "Loading Java Applet..." below but it is not loading the applet. When I open the console it was showing class not found exception, java.lang.ClassNotFoundException: ArcTest.class.
On Browser Tools> internet options>Security Tab>"Custom Level" > "Scripting" >"Java applets" is enabled.
Tools> internet options> advanced > java applet is also enabled.
Please let me know a solution for this.