Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where can I download JNLP.jar?

How can I run the examples in the link?

Where can I get the JNLP developer pack?

like image 494
Samrat Avatar asked Sep 29 '11 05:09

Samrat


2 Answers

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

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

like image 61
Bozho Avatar answered Oct 15 '22 14:10

Bozho


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

like image 45
Steve Avatar answered Oct 15 '22 16:10

Steve