Can't find jnlp.jar in JDK 1.7

前端 未结 1 1200
日久生厌
日久生厌 2020-12-07 04:45

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.

Th

相关标签:
1条回答
  • 2020-12-07 05:07

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

    0 讨论(0)
提交回复
热议问题