Missing implementation of ProjectManager in a RCP Maven project

2019-01-29 Thread Blaine Bergeson (bbergeson)
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

Link to JDK

2019-01-29 Thread Paul
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

Auto-Complete and Fix-Imports not working for test dependencies on JPMS Maven project

2019-01-29 Thread Stefan Winter
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