Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
215 views
in Technique[技术] by (71.8m points)

java - Can't find jnlp.jar in JDK 1.7

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 FilesJavajdk1.6.0_27samplejnlpservlet.

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.

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

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


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...