Re: What is this issue with java.util.zip.CRC32C?
Neil C Smith <[email protected]>
| Newsgroups | gmane.comp.java.ide.netbeans.user |
|---|---|
| Message-ID | <CAMYaZEv9NdFtUpPk3MZZBUQmYjgHvKwdzOaZvNAR3Opynj1mcg@mail.gmail.com> |
On Fri, 6 Jun 2025 at 12:28, Jens Zurawski <[email protected]> wrote: > <artifactId>maven-compiler-plugin</artifactId> > <version>3.14.0</version> > <configuration> > <source>17</source> > <target>17</target> > <compilerArguments> > <endorseddirs>${endorsed.dir}</endorseddirs> > </compilerArguments> > </configuration> Possibly try changing that to just <configuration> <release>17</release> </configuration> Endorsed dirs isn't supported by JDK 9+, so I wonder if this is causing the messages. Best wishes, Neil --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists