你的hostmonitor是放在那个包里面?
是classes.is_hq.web.monitor.HostMonitor还是is_hq.web.monitor.HostMonitor?
如果是1,则html放在D:/work下,并且html写成下面的
<applet code="classes.is_hq.web.monitor.HostMonitor.class" codebase="" width="800" height="600">
如果是2,则html放在D: /work/classes下,并且
<applet code="is_hq.web.monitor.HostMonitor.class" codebase="" width="800" height="600">
如果是2,html想放在work目录,则
<applet code="is_hq.web.monitor.HostMonitor.class" codebase="classes" width="800" height="600">
想放在d盘,则
<applet code="is_hq.web.monitor.HostMonitor.class" codebase="work/classes/" width="800" height="600">