Easy Java 模拟 - 导出到 Applet 问题

发布于 2024-12-11 00:20:03 字数 174 浏览 0 评论 0原文

我正在使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

著墨染雨君画夕 2024-12-18 00:20:03

..有什么方法可以获取可执行文件 .jar 并将其嵌入到 HTML 页面中吗?

更好的替代方法是将 Jar 上传到服务器并使用 Java Web Start 自由浮动地启动它。

..is there any way I can take the executable .jar and embed it in an HTML page?

A better alternative is to upload the Jar to the server and launch it free-floating using Java Web Start.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文