Java Web Start NumberFormatException while running Jar application

自古美人都是妖i 提交于 2019-11-30 22:14:10

Posting this here in case someone has that very same error, even with java 8 Update 101:

In our specific case, after a few hours of digging, the problem ended up being that NetBeans version 7.4 was putting some useless junk on the Codebase property of the jar's MANIFEST.MF; by going into the project properties, Application -> Web Start and then changing Codebase to User defined and Codebase Preview to *, the application started working correctly.

Please do keep in mind that we're using an applet instead of a JNLP application, so your mileage may vary.

vinayknl

Looks like a known issue... See Bug #236765

Upgrading your Java version as specified in the bug.

Not a NB issue, javaws problem. I've tested https://netbeans.org/kb/73/java/javase-jws.html with JDK 1.7.0_45 and works fine.Please update JDK JRE.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!