Where can i download JNLP.jar

喜夏-厌秋 提交于 2019-11-29 13:36:49
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.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!