Search Posts

Netbeans module failed to install nb-javac

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>

Leave a Reply

Your email address will not be published. Required fields are marked *