简体   繁体   English

在哪里可以下载JNLP.jar?

[英]Where can I download JNLP.jar?

How can I run the examples in the link ?如何运行链接中的示例?

Where can I get the JNLP developer pack?我在哪里可以获得 JNLP 开发人员包?

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

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

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

The classes shown at the link are primarily of the JNLP API.链接中显示的类主要是 JNLP API。 It is automatically on the run-time class-path of apps launched using Java Web Start .它自动位于使用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 .至于如何将它们添加到编译时类路径,请参阅这些演示(的构建文件)中的提示。

It's really hard to get there .真的很难到达那里 The JAR tar balls, such as jnlp-servlet.jar, are located in lib. JAR tar 包,例如 jnlp-servlet.jar,位于 lib 中。

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

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM