Re: --boot-classpath errors in NB 16

2023-01-14 Thread Michael Bien
On 14.01.23 16:55, Frank Griffin wrote: On 1/14/23 02:22, Mark Eggers wrote: Frank, That's a very old version of the maven-compiler-plugin. From version 3.6 of the compiler plugin, you can use the maven.compiler.release property, which sets the JDK >=9 --release option. So the configurat

Re: --boot-classpath errors in NB 16

2023-01-14 Thread Frank Griffin
On 1/14/23 02:22, Mark Eggers wrote: Frank, That's a very old version of the maven-compiler-plugin. From version 3.6 of the compiler plugin, you can use the maven.compiler.release property, which sets the JDK >=9 --release option. So the configuration would look something like this: 11

Re: --boot-classpath errors in NB 16

2023-01-13 Thread Mark Eggers
Frank, That's a very old version of the maven-compiler-plugin. From version 3.6 of the compiler plugin, you can use the maven.compiler.release property, which sets the JDK >=9 --release option. So the configuration would look something like this: 11

--boot-classpath errors in NB 16

2023-01-13 Thread Frank Griffin
I have just tried to upgrade an older project (NB 16, and I'm running into a problem. I upgraded to JDK 11, and as a result added       org.apache.maven.plugins     maven-compiler-plugin     2.3.2       11   11       However, now when I try to com