but where is your html code where you call the applet ??
describe it please ..
----- Original Message -----
From: "Vacca Davide" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, September 26, 2001 3:27 PM
Subject: Launching a JApplet from a Servlet
> Hello to everybody,
>
> My problem consists in launching a JApplet from a Servlet. After compiled
the JApplet, I have tried to run it inside a HTML browser just writing (by
hand) the Applet launch HTML code compiled by HTML converter and everything
is OK.... but when I try to run the same, compiled, code (I have just cut
and pasted it) from a Servlet my HTML browser displays the following error
message: "IEXplore has caused an error and it will be closed"; Obviously I
have downloaded, and installed, the Java TM Plug-In (version 1.3.1_01).
> I run my JSP page in the IBM Visual Age for Java and Websphere Test
Environment.
>
> I launch the HTML code from a Servlet in the following way:
>
> res.setContentType("TEXT/HTML");
> java.io.PrintWriter out = res.getWriter();
> out.println("<HTML>");
> ...............................
> out.println("</HTML>")
>
> Has someone already experienced the same problem ?
> Every help will be higly appreciated.
>
> Vacca Davide
> Methosystem S.r.L.
> Via VIII Marzo Collecchio
> Parma Italy
> [EMAIL PROTECTED]
>
>
___________________________________________________________________________
> 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