Re: Resolving imports with multiple source roots

2018-11-16 Thread Emilian Bold
You didn't mention what kind of project you are using. The Sources window you have in the screenshot is for the Debugger so it doesn't configure the editor in any way. The Ant-based 'Java Project with Existing Sources' works for me (just tested). You can probably also configure a Maven project for

Resolving imports with multiple source roots

2018-11-16 Thread Blake McBride
Greetings, I am using NetBeans 8.2 on a 64 bit Linux box with Java 8. My app has two source roots with no package name collisions. I combine them as if they were under the same tree. The problem I have is that the IDE tags the imports as errors as if it didn't know where the other source root i

Re: NetBeans, JavaFX and Java11

2018-11-16 Thread Glenn Holmer
On 10/26/2018 08:30 AM, Geertjan Wielenga wrote: > https://www.youtube.com/watch?v=RCdBmPfzeyM Following these instructions (which now appear on the openjfx.io site), I can run a sample program, but the debugger doesn't work right. I did change the goal for both the run and debug actions from exec