For no reason my NetBeans 7.1.2 on Windows XP stop showing my web applications projects. So, everytime I run my IDE I have to clean the projects folder and create a new web project.
I tried:
- Reinstall the IDE;
- Remove .netbeans folder under my user home folder;
- Reinstall plugins inside the IDE;
I have no more ideas except formatting my entire machine. Is there anyway to clean all NetBeans references and including windows registry?
Thanks.
Solved. There was nothing wrong about NetBeans cache.
I had change the location of one jar and forgot to update a Library containing a reference to this jar.
It’s weird because NetBeans shows things like this as Reference Problems. But in this specific case it had hide the projects.
So, I expect that this can help someone.