Why java complains about jar files with lots of entries?

送分小仙女□ 提交于 2019-12-04 00:05:43

Why is this happening?

It's a bug in Java 1.7.0 (aka Java 7)

Fixed in Java 1.7.0 p40 or later, apparently.

Is there a way to fix it?

According to the bug report, the workaround (for Java 1.7.0) is to launch the application without using the -jar option.


FWIW, there is also a bug in javacs handling of ZIP64 format JAR files:

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