Where can I download JNLP.jar?
Asked Answered
O

5

7

How can I run the examples in the link?

Where can I get the JNLP developer pack?

Overexcite answered 29/9, 2011 at 5:53 Comment(2)
Note: the Java Tutorial has a lot of examples run through JNLP and can be downloaded, if you want even more. Remember to check that the JNLP file is correct XML.Amberambergris
Those examples are not as good as these examples. I can say that because the latter examples 1) Were written by me. (I might be biased) 2) Are self contained (source, JNLP and build file) 3) Have been used as 'test cases' for the JNLP API in several bug reports. (E.G. 'The example doesn't work, so the API must be broken.').Fianna
T
5
C:\Program Files\Java\jdk1.6.0_27\sample\jnlp\servlet

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

Trussell answered 29/9, 2011 at 6:0 Comment(2)
thanks bozho. I'am struggling with jdk 1.7 and it is not there. Now i took from 1.6.Overexcite
The sample folder is in the "Java SE Development Kit <version> Demos and Samples Downloads" file, a separate download from the JDK. The 7u21 version does have sample/jnlp/servlet with jnlp.jar.Finicky
S
4

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

Salish answered 16/12, 2013 at 20:18 Comment(0)
F
2

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.

Fianna answered 26/10, 2011 at 22:44 Comment(0)
P
1

It's really hard to get there. The JAR tar balls, such as jnlp-servlet.jar, are located in lib.

Popple answered 6/1, 2013 at 6:24 Comment(1)
What is "lib"? Is it literal?Clever
O
0

You find the JNLP developers pack here.

Obbard answered 29/9, 2011 at 6:1 Comment(3)
here is no longer a separate JNLP Developer's Pack for Java Web Start versions 1.5.0 and beyond. The jardiff tool, jnlp-servlet.jar file, and jnlp.jar file can be found in the samples directory of the JDK.Trussell
It comes with the JDK since 1.5Designing
@Obbard that is no longer available there..!Overexcite

© 2022 - 2024 — McMap. All rights reserved.