RE: NetBeans 11.2 "cannot find symbol" error

2019-11-22 Thread Eirik Bakke
Is this a Maven or an Ant project? If you open up the source for _each_ of the classes involved, including classes imported by the class with an error icon on it, insert a space somewhere, and save it (to trigger Compile-on-Save), does the error go away? Are there, by any chance, any "enum"

Re: NetBeans 11.2 "cannot find symbol" error

2019-11-22 Thread Geertjan Wielenga
What happens if you uninstall the nb-javac plugin and then restart NetBeans? Gj On Fri, Nov 22, 2019 at 10:36 AM Humphrey Clerx wrote: > I've recently installed NetBeans 11.2 and found a problem that a lot of > files are marked with an "error" symbol that a certain class cannot be > found,

NetBeans 11.2 "cannot find symbol" error

2019-11-22 Thread Humphrey Clerx
I've recently installed NetBeans 11.2 and found a problem that a lot of files are marked with an "error" symbol that a certain class cannot be found, annotated by an "cannot find symbol" icon on an import statement even though the class to be imported exists. Clearing the cache and restarting