Posted By:
harshat_Taide
Posted On:
Monday, July 22, 2002 02:04 PM
Hi I have an applet myApplet7.class that uses swing components to render a JTree. I have downloaded the lastest Java plugin to run swing components. I embed this applet in an html page,page1.html, using the object tag as follows. codebase="http://java.sun.com/products/plugin/1.2/jinstall-12-win32.cab#Version=1,1,2,0" > When I open the page1.html from my local hard disk, the applet is initialised and runs properly but I need to run my code from server. SO I map to a server . There I place the code and when I run it I get this error Java.lang.ClassNotFoundException: myApplet7.class Earlier when I
More>>
Hi I have an applet myApplet7.class that uses swing components to render a JTree. I have downloaded the lastest Java plugin to run swing components.
I embed this applet in an html page,page1.html, using the object tag as follows.
<<Less