Hi, On Fri, 6 Jun 2025 at 11:42, Jens Zurawski <j...@diegurus.de> wrote: > I have absolutely no clue what this message tries to tell me. I'm not > using/referencing java.util.zip.* anywhere in these projects. What has > java.util.zip.CRC32C to do with the source level? And how can I solve > this issue?
This line comes from here - https://github.com/apache/netbeans/blob/master/java/java.source.base/src/org/netbeans/modules/java/source/parsing/JavacParser.java#L1190 What project type / build system are you using? Have you configured the project to use an alternative JDK? Check the project properties for the Java Platform, and in Tools / Java Platforms, for a broken JDK registration, which is a possible cause for this. Best wishes, Neil --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.org For additional commands, e-mail: users-h...@netbeans.apache.org For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists