How can i run the examples in the link ? Where can i get JNLP developer pack?
Thanks Samrat
C:\Program Files\Java\jdk1.6.0_27\sample\jnlp\servlet
In other words, in the sample\jnlp\servlet
dir of your JDK.
You can also find the javax.jnlp.*
classes in lib/javaws.jar
under your JRE installation.
Andrew Thompson
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.
It's really hard to get there. The jar balls, such as jnlp-servlet.jar, are located in lib.
You find the JNLP Developers Pack here
来源:https://stackoverflow.com/questions/7593029/where-can-i-download-jnlp-jar