将 JNLP 应用程序复制到无法访问互联网的计算机

发布于 2024-08-29 08:31:44 字数 74 浏览 5 评论 0原文

我如何在无法访问 Internet 的计算机上运行 JNLP 应用程序?有没有办法从已经下载并运行应用程序的计算机复制应用程序的文件?

How might I go about running a JNLP app on a machine that has no Internet access? Is there a way to copy the app's files from a machine where the app has already been downloaded and run?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(2

随风而去 2024-09-05 08:31:44

更好的解决方案是请求下载 .jar 文件,您可以使用 java -jar program.jar 运行该文件,因为 .jnlp 启动后存储的文件并不是真正“可读”的,您会发现资源和类名称有些混乱。

A better solution is to request a .jar file download that you can run with java -jar program.jar because the files that are stored after the launch of the .jnlp isn't really "readable", you will find that resources and classes names are somewhat obfuscated.

眼趣 2024-09-05 08:31:44

名为 jnlpdownloader 的项目执行此任务,从 jnlp 下载所有依赖项并创建可执行文件。

A project named jnlpdownloader does this task, download from the jnlp all dependencies and creates executables.

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