the foldare contains 3 files: Disp.java Disp.class index.html but when i run the code ;
<HTML> <HEAD> <TITLE> Applet Display Program </TITLE> </HEAD> <BODY bgcolor="cyan"> Here is the output of my program: <APPLET CODE="Disp.class" WIDTH=250 HEIGHT=55> </APPLET> </BODY> </HTML> the applet is not displayed it says class not found. help awaited, thanks in adv, Abhijit ----- Original Message ----- From: "Alan Williamson" <[EMAIL PROTECTED]> To: "JDJList" <[EMAIL PROTECTED]> Sent: Saturday, October 19, 2002 2:29 PM Subject: [jdjlist] RE: Applet display > || the applet class is in the same directory as my HTML file > || moreover i am not using any webserver to call my .html page > || i am simply double clicking it to get the display. > > Shouldn't make a difference. Check you've got all the files you need for your applet. For example does DISP.JAVA create/use any other classes? They will need to be there as well. > > ---------------------------------------------------------------------------- ---- > ____________________________________________________ > To change your JDJList options, please visit: > http://www.sys-con.com/java/list.cfm > > Be respectful! Clean up your posts before replying > ____________________________________________________ > ____________________________________________________ To change your JDJList options, please visit: http://www.sys-con.com/java/list.cfm Be respectful! Clean up your posts before replying ____________________________________________________
