如何使用 JNLP 将项目设置为 运行?
How to setup a project to run using JNLP?
我目前有一个从桌面运行的应用程序,但我想让它可以使用 JNLP 从 Web 浏览器部署。您如何为应用程序设置 jnlp?有没有比 hello world 更深入的示例?
所以我最终遵循了这个参考 http://www.oracle.com/technetwork/articles/javase/jnlp-142088.html to build my jnlp. On a side note to add more jars etc all you need to do is list more jar tags and tag one as main. Use this to reference the structure and required tages https://docs.oracle.com/javase/tutorial/deployment/deploymentInDepth/jnlpFileSyntax.html#extension
我目前有一个从桌面运行的应用程序,但我想让它可以使用 JNLP 从 Web 浏览器部署。您如何为应用程序设置 jnlp?有没有比 hello world 更深入的示例?
所以我最终遵循了这个参考 http://www.oracle.com/technetwork/articles/javase/jnlp-142088.html to build my jnlp. On a side note to add more jars etc all you need to do is list more jar tags and tag one as main. Use this to reference the structure and required tages https://docs.oracle.com/javase/tutorial/deployment/deploymentInDepth/jnlpFileSyntax.html#extension