How are you trying to do it?  Typically, your servlet simply sends HTML in a
response object and part of the HTML will have your <applet> tags with the
codebase argument (<applet codebase="/path_to_applet"
code="applet_name">[parameters]</applet>.

Cheers!
Mark

----- Original Message -----
From: "Sohaila Roberts" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, July 31, 2001 10:21 AM
Subject: class not found


> Hi,
> I'm trying to load an applet via a servlet, but it doesnt find the applet
> class file. The servlet and applet files are all in the same directory.
> Any one have any suggestions of what i'm not doing or what i am doing
> thats wrong? :)
>
> Thanks
> Sohaila
>
>
___________________________________________________________________________
> 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
>

___________________________________________________________________________
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