使用现有 JNLP 通过 IDE 运行现有 Web Start 应用程序
我有一个需要调试的现有应用程序。在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以编辑项目 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.