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
430 views
in Technique[技术] by (71.8m points)

java - The import "javax.jnlp" cannot be resolved

I am learning Java and trying to run some examples using Java web start.

However, I cannot seem to find that package javax.jnlp.

This same error is haunting me on both windows and linux.I've installed oracle jdk 7 on windows.OpenJDK 1.6 is the version installed on linux.

Searching the internet for the package with no luck.It is no longer available on oracle's website because they insist that the package is a part of the jdk.

I've searched the installation directories for it.some claim it is in the jnlp.jar file, others claim in javaws.jar file...neither files are part of my installation.

See Question&Answers more detail:os

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

1 Answer

0 votes
by (71.8m points)

Can be found in jre/lib/javaws.jar in 1.7 and 1.8, as per: https://stackoverflow.com/a/13555413/829305

The jre/ directory can be found inside the jdk/ directory if you've only got the JDK installed.


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

...