怎么设置code路径啊?
我在eclipse开发applet加入到jsp的时候,始终调用不成功?
<jsp:plugin type="applet" codebase="." code="/WEB-INF/classes/edu.j2ee.appletSample.B.class" jreversion="1.2" width="500" height="500" >
  <jsp:fallback>Plugin tag Object or Embed not supported by browser.
  </jsp:fallback>
</jsp:plugin>