Where can I find the jnlp api jar in jdk 7? [duplicate]
问题 This question already has an answer here : Closed 7 years ago . Possible Duplicate: Can’t find jnlp.jar in JDK 1.7 For jdk 1.6, it can be found here (according to Where can i download JNLP.jar): ${java.home}/sample/jnlp/servlet/jnlp.jar However, I don't see this directory in my jdk 7 home. Where did it go? 回答1: In java 7 javax.jnlp.* packages are part of the the jre and can be found in the javaws.jar on the following path C:\Program Files\Java\jre7\lib\javaws.jar If using maven: <dependency>