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

