Re: NetBeans 11.2 "cannot find symbol" error

2019-11-26 Thread Geertjan Wielenga
nb-javac has a problem which is currently being fixed. If you're using NetBeans running on top of a JDK after JDK 8, when you don't have nb-javac installed, you can get a lot/most of the functionality you would have had from nb-javac directly from the javac that is part of the JDK. What your RCP

Re: NetBeans 11.2 "cannot find symbol" error

2019-11-26 Thread Geertjan Wielenga
Which JDK are you using? Gj On Tue, Nov 26, 2019 at 9:11 AM Humphrey Clerx wrote: > Uninstalling nb-javac does remove the error badges, but it also removes > any functionality to use Ctrl-click on a class to open the file, and it > doesn't indicate any error(s) in the file when edititng. > >

Re: NetBeans 11.2 "cannot find symbol" error

2019-11-26 Thread Humphrey Clerx
Uninstalling nb-javac does remove the error badges, but it also removes any functionality to use Ctrl-click on a class to open the file, and it doesn't indicate any error(s) in the file when edititng. On Mon, Nov 25, 2019 at 2:45 PM Geertjan Wielenga wrote: > Uninstall nb-javac. Then, do not