哪里可以下载JNLP.jar?
如何运行链接中的示例< /a>?
在哪里可以获得 JNLP 开发者包?
How can I run the examples in the link?
Where can I get the JNLP developer pack?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
如何运行链接中的示例< /a>?
在哪里可以获得 JNLP 开发者包?
How can I run the examples in the link?
Where can I get the JNLP developer pack?
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(5)
换句话说,在 JDK 的
sample\jnlp\servlet
目录中。In other words, in the
sample\jnlp\servlet
directory of your JDK.您还可以在 JRE 安装下的
lib/javaws.jar
中找到javax.jnlp.*
类。You can also find the
javax.jnlp.*
classes inlib/javaws.jar
under your JRE installation.链接中显示的类主要是 JNLP API 的类。它自动位于使用 Java Web Start 启动的应用程序的运行时类路径上。
至于如何将它们添加到编译时类路径中,请参阅(的构建文件)这些演示。
The classes shown at the link are primarily of the JNLP API. It is automatically on the run-time class-path of apps launched using Java Web Start.
As to how to add them to the compile-time class-path, see the tips in (the build files of) these demos.
真的很难获得 那里。 JAR tar 球(例如 jnlp-servlet.jar)位于 lib 中。
It's really hard to get there. The JAR tar balls, such as jnlp-servlet.jar, are located in lib.
您可以在此处找到 JNLP 开发人员包。
You find the JNLP developers pack here.