Can't find jnlp.jar in JDK 1.7

百般思念 提交于 2019-11-26 22:10:48

问题


I have JDK 1.7 installed and I need to make a Java Web Start application. I searched the internet and found that you need the jnlp.jar in your project build path.

There is a similar question (http://stackoverflow.com/questions/7593029/where-can-i-download-jnlp-jar) where a user said it's in the jdk folder, specifically in C:\Program Files\Java\jdk1.6.0_27\sample\jnlp\servlet.

But that is for JDK 1.6. In 1.7 there is no sample folder and I can't find any jnlp.jar with windows search.

If there is another way to use JNLP API please tell me.


回答1:


Actually it's javaws.jar, you'll find it in the jre/lib directory.



来源:https://stackoverflow.com/questions/10830317/cant-find-jnlp-jar-in-jdk-1-7

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