|
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.