I am in the process of converting a working RCP Ant based application, built
with NetBeans 8.2, over to NetBeans 8.2 Maven. I am getting the following
runtime error after adding my module that adds Project support:
java.lang.IllegalStateException: No ProjectManagerImplementation found in
globa
I’ve created in Windows 10 a partition called E:, where I downloaded
incubating-netbeans-10.0-bin, and jdk-11.0. Going to
E:incuhating-netbeans10.-0-bin/netbeans/bin and running netbeans64 the JDK
can’t be found. What to do? Thank, Paul
Sent from Mail for Windows 10
Hello Netbeans Team,
first of all congrats to Netbeans 10 and the successful transition to Apache!
Ran into an issue on a Maven project with Java 11 and JPMS:
On test sources the Java editor's auto-complete and Fix-Imports functions do
not take the test dependency classpath into account.
The s