Reputation: 4541
Opening Netbeans IDE, it tries to scan the project in "Projects" window. For some reason the scan cannot be done and it freezes Netbeans.
How can I retrieve this project from the "Projects" list without opening the IDE, in the file system of Netbeans.
Thank you.
Note : windows environment, in an xml file maybe
Upvotes: 2
Views: 2984
Reputation: 7008
Look for openProjectsDisplayNames
and openProjectsURLs
in the file config/Preferences/org/netbeans/modules/projectui.properties
in the user configuration directory (see http://wiki.netbeans.org/FaqWhatIsUserdir )
Delete the ones corresponding to the project you want to avoid opening.
Another option would be to just delete the whole user configuration directory to reset your config. This might be necessary anyway if Netbeans is freezing for another reason.
Upvotes: 2