Tarek Shaar wrote:
>

>
> even though the name of my class is ClientSide1.java and the name of the amin class 
>in the code is the same.
>
> When I run it using IE
> "Can't find class ClientSide1.class!!!!!Why Why !!!
>
> The class file ClientSide1 and the html page clientSidePage.html are placed in the
> same directory "on my Java Webserver 2.0" in public_html.
I'm just guessing here, but try
<APPLET
  CODE     = "http://foo.bar.com/path/to/applets/ClientSide1.class"
  NAME     = "ClientSide1"
  WIDTH    = 400
  HEIGHT   = 300
  HSPACE   = 0
  VSPACE   = 0
  ALIGN    = middle
>
</APPLET>


--
Sven E. van 't Veer, llm.
Departamento de Desenvolvimento
Brasil Informatica.
http://www.brvip.com.br

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to