Re: Netbeans suddenly reporting CRC errors for several dependencies

2022-04-15 Thread Michael Bien
Interesting, thanks for posting the results of your investigation. If i remember correctly, the zip implementation can vary dependent on the JDK distribution. It does make sense that the JDK provided by arch is using the system's zlib since they have control over it. But some (most?) other ven

Re: Netbeans suddenly reporting CRC errors for several dependencies

2022-04-13 Thread Jens Pelzetter
Hello everyone, if anybody is interested: The problem is caused on Arch Linux by the recent update of zlib from zlib 1.2.11 to zlib 1.2.12. This native library is used by the JDK internally for calculating CRC sums. More information: https://bugs.archlinux.org/task/74371?string=zlib&project=

Netbeans suddenly reporting CRC errors for several dependencies

2022-04-03 Thread Jens Pelzetter
Hello all, for some reason Netbeans is reporting CRC errors for a lot of dependencies, for example several Jakarta EE things or Apache Shiro. The imports for classes from these dependencies are marked as errors, with the message (${classname} etc are only placeholders): cannot access ${class