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 this
situation.

--emi
On Sat, Nov 17, 2018 at 5:29 AM Blake McBride  wrote:
>
> 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 is.
>
> I am attaching a picture of the problem.  I have 
> application/services/MyJavaService.java attempting to import 
> java/org/kissweb/database/Connection.java - which exists but the IDE flags it 
> as unknown.
>
> How can I fix this?
>
> Thanks!
>
> Blake McBride
>
>
> -
> To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.org
> For additional commands, e-mail: users-h...@netbeans.apache.org
>
> For further information about the NetBeans mailing lists, visit:
> https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

-
To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.org
For additional commands, e-mail: users-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



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 to java.

What I'm seeing is that a) breakpoints don't work, and b) when I exit
the program, the debugger appears to keep running (red square "Finish
Debugger Session" icon still active in the toolbar).

Anybody else seeing this? Any suggestions?

-- 
Glenn Holmer (Linux registered user #16682)
"After the vintage season came the aftermath -- and Cenbe."

-
To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.org
For additional commands, e-mail: users-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists