Please Help me

hello everybody,

i have a little problem .... in my application i need to bind an APPLET to my jsp ..

the applet is correct but i dont know how to bind it to my jsp .

now i binding it like this:

<APPLET code="SimpleApplet.class" width=730 height=500>An Applet</APPLET>

in this case i have to copy the "SimpleApplet.class" to thze same directory of JSP...

how can i bind applet without copying "SimpleApplet.class" to the same directory.

please help me to solve it

thanx

[565 byte] By [golanblna] at [2007-11-26 16:04:37]
# 1
use <jsp:plugin> tag inorder to acheive this....refer to the link below to learn more about it http://java.sun.com/products/jsp/tags/syntaxref.fm12.htmlREGARDS,RaHuL
RahulSharnaa at 2007-7-8 22:26:35 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...