On 1/18/23 13:40, Matheus Oliveira wrote:
I'm having a problem trying to open a project in NetBeans (v12.0.0).
When I try to open the project in question it does not open, and the
following error appears:
Captura de tela 2023-01-18 152709.png
Does anyone know how to solve this problem?
Maybe
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
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