<html>
<title>plugin example</title>
<body bgcolor="white">
<h3>现在的时间是:</h3>
<jsp:plugin type="applet" code="Clock.class"
codebase="/examples/jsp/plugin/applet"
jreversion="1.2" width="160" height="150">
<jsp:fallback>
Plugin tag OBJECT or EMBED not supported by browser.
</jsp:plugin>
<p>
<h4>
<font color="red">
这个applet是用plugin标签加载的。
</font>
</h4>
</body>
</html>
这个为什么跑不起来呢?
谢谢好心人指教!