Netbeans module failed to install nb-javac
2019-10-06
If you netbeans maven module used this in pom.xml, then you will have this problem
<dependency>
<groupId>org.netbeans.api</groupId>
<artifactId>org-netbeans-modules-java-project-ui</artifactId>
<version>RELEASE111</version>
</dependency>