Re: What is this issue with java.util.zip.CRC32C?
Jens Zurawski <[email protected]>
| Newsgroups | gmane.comp.java.ide.netbeans.user |
|---|---|
| Message-ID | <[email protected]> |
Sadly, this doesn't help either. I've also tried with a complete fresh NB 26 without importing settings from old installations. Still the messages are coming. Unfortunately I'm currently not able to produce a simple test case to reproduce this with a simple maven application. Anything I can provide to give more insight? cu Jens Am 06.06.2025 um 13:50 schrieb Neil C Smith: > 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 > >