Details
-
Bug
-
Status: Resolved
-
Blocker
-
Resolution: Information Provided
-
12.5
-
None
-
None
Description
- Run NetBeans with Oracle JDK 17
- Create Java Maven Project
- Create Main class with main method that prints something
- Run project from IDE
- NetBeans fails to compile the program with the following output
Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on project myproject: Fatal error compiling: error: invalid target release: 17 -> [Help 1]