# ${HOME} will be replaced by JVM user.home system property
netbeans_default_userdir="${HOME}/.netbeans/6.7"
So for most Windows based users you will probably find your cache directory here:
C:\Documents and Settings\<USERNAME>\.netbeans
Simply remove the ".netbeans" directory (ensure Netbeans is not loaded) and you should be good to reload. Note though that you will lose configurations, for example you won't have any projects listed when you next load, also any custom services won't be listed like databases of web servers. I have found it is quick enough to put it all back in and you should be up and running again within a few minutes.
3 comments:
thanks for the advice it helped me out.
wow that helped!
Thanks that works, on mac the path is:
A Mac OS X user jdoe running NetBeans 7.2 is likely to find his userdir under
/Users/jdoe/Library/Application Support/NetBeans/7.2/ (To open this folder in the Finder, choose Go > Go to Folder from the Finder menu, type /Users/jdoe/Library/Application Support/NetBeans/7.2/ into the box, and click Go.) His cachedir under
/Users/jdoe/Library/Caches/NetBeans/7.2/
http://wiki.netbeans.org/FaqWhatIsUserdir
Post a Comment