The import “javax.jnlp” cannot be resolved

前端 未结 3 1918
猫巷女王i
猫巷女王i 2020-12-16 21:07

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

3条回答
  •  隐瞒了意图╮
    2020-12-16 21:31

    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.

提交回复
热议问题