Hi ppl,
I am building an web application that is develop in eclipse europa and i want to invoke a jar Applet in a JSP.
How do I do it.
Thanks
Printable View
Hi ppl,
I am building an web application that is develop in eclipse europa and i want to invoke a jar Applet in a JSP.
How do I do it.
Thanks
.Quote:
to invoke a jar Applet in a JSP
I assume you want to generate some HTML that will cause an applet to be executed in a client's browser when that browser sends a request to the JSP. Create an HTML page with an <APPLET tag with the correct code= and archive= values and return that to the requesting browser.