哪里可以下载JNLP.jar?

发布于 2024-12-07 00:10:07 字数 190 浏览 0 评论 0原文

如何运行链接中的示例< /a>?

在哪里可以获得 JNLP 开发者包?

How can I run the examples in the link?

Where can I get the JNLP developer pack?

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

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

发布评论

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

评论(5

心意如水 2024-12-14 00:10:07
C:\Program Files\Java\jdk1.6.0_27\sample\jnlp\servlet

换句话说,在 JDK 的 sample\jnlp\servlet 目录中。

C:\Program Files\Java\jdk1.6.0_27\sample\jnlp\servlet

In other words, in the sample\jnlp\servlet directory of your JDK.

无言温柔 2024-12-14 00:10:07

您还可以在 JRE 安装下的 lib/javaws.jar 中找到 javax.jnlp.* 类。

You can also find the javax.jnlp.* classes in lib/javaws.jar under your JRE installation.

凤舞天涯 2024-12-14 00:10:07

链接中显示的类主要是 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.

红尘作伴 2024-12-14 00:10:07

真的很难获得 那里。 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.

静水深流 2024-12-14 00:10:07

您可以在此处找到 JNLP 开发人员包

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