Easy Java 模拟 - 导出到 Applet 问题
我正在使用 Easy Java Simulations,这是一个旨在创建模拟的工具。设计好模拟后,当我将其导出到 Applet 以在浏览器中运行时,JVM 会加载但挂起。但是,如果将相同的模拟导出为可执行的 .jar 文件,则运行得非常好。可能的原因是什么?另外,有什么方法可以将可执行的 .jar 并将其嵌入到 HTML 页面中吗?
I am using Easy Java Simulations, a tool designed to created simulations. Having designed my simulation when I export it to an Applet to run in the browser, then the JVM loads but hangs. But the same simulation if exported as an executable .jar file, runs perfectly fine. What could be the possible reasons? Also, is there any way I can take the executable .jar and embed it in an HTML page?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
更好的替代方法是将 Jar 上传到服务器并使用 Java Web Start 自由浮动地启动它。
A better alternative is to upload the Jar to the server and launch it free-floating using Java Web Start.