1.) Are you shure that relevant file handling components of your system do
not convert
the filename to 8+3 characters internally (parts of my software still do -
like COMMAND , PKZIP ...)
making something like "Disp~1.cla" from your class-name.

2.) try
  <APPLET CODE=Disp WIDTH=250 HEIGHT=55></APPLET>
instead

sincerely,
U. Penski
[EMAIL PROTECTED]

-----Original Message-----
From: Abhijit [mailto:abhijitm@;aptech.ac.in]
Sent: Saturday, October 19, 2002 11:01 AM
To: JDJList
Subject: [jdjlist] RE: Applet display
Importance: High

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


____________________________________________________
To change your JDJList options, please visit:
http://www.sys-con.com/java/list.cfm

Be respectful! Clean up your posts before replying
____________________________________________________

Reply via email to