使用 eclipse 部署 Java Applet
我试图让一个java网站和java小程序一起运行。我已经设置了一个 eclipse tomcat 项目并创建了一个 java applet,它在 AppletViewer 中运行良好。但是我在浏览器中启动小程序时遇到问题。
WebContent 文件夹缺少 AppletMain.class 使其正确部署的最佳方法是什么?
Eclipse 项目:
Applet 源文件:
index.jsp
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Applet 标记已随 对象 标签根据 W3C 规范。
其中
classid
属性标识要使用的 Java 插件版本。这指示 Internet Explorer 使用最新安装的 Java 插件版本。classid="clsid:8AD9C840-044E-11D1-B3E9-00805F499D93"
Applet tag has been depreciated with Object tag according to W3C specifications.
where
the
classid
attribute identifies which version of Java Plug-in to use. This instructs Internet Explorer to use the latest installed version of Java Plug-in.classid="clsid:8AD9C840-044E-11D1-B3E9-00805F499D93"