使用现有 JNLP 通过 IDE 运行现有 Web Start 应用程序

发布于 2024-08-27 19:40:39 字数 246 浏览 9 评论 0原文

我有一个需要调试的现有应用程序。在 Web 服务器上,它使用 2 个 JNLP 文件,其中一个包含应用程序所需的许多参数设置。我试图让它在我的 IDE (netbeans) 中运行,但没有成功。 Netbeans 允许我将应用程序设置为 Web 启动应用程序,但会自行创建 JNLP 文件(不好,因为我需要参数)。我只剩下将所有参数放在 HTML 文件中并通过 sun.applet.AppletViewer 运行应用程序。我已经搜索了谷歌和论坛来寻找答案,但没有看到任何答案。

I have an existing application that I need to debug. On the web server it uses 2 JNLP files, one containing many parameter settings needed by the application. I am trying to get this to run through my IDE (netbeans) with no success. Netbeans allows me to set up the application as a web start app but creates the JNLP files itself (no good because I need the parameters). I am left with placing all of the parameters in an HTML file and running the app through sun.applet.AppletViewer. I've scoured Google and the forums looking for an answer but am not seeing any.

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

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

发布评论

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

评论(1

凑诗 2024-09-03 19:40:40

您可以编辑项目 jnlp 文件“模板”并直接添加所需的参数。该文件名为 master-application.jnlp,它应该位于项目的根文件夹中。

You can edit your projects jnlp file "template" and add required params directly. The file is named master-application.jnlp and it should be in the root folder of your project.

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