Remove the "index" directory in cache of NetBeans
For Window X and NetBeans version 6.9
the directory is at
c:\\Documents and Settings\\"username"\\.netbeans\\"6.9"\var\\cache\\index
Update:
In netbeans 7.2 on windows 7 the cache is located in
to get AppData directory
Refence:
http://developmentality.wordpress.com/2010/05/26/clear-your-cache-in-netbeans/
PS: this clear cache action can also solve other problems, such as : "cannot load pages in Web Pages
Folder in Netbean project"; "cannot to find class name in Test package".
For Window X and NetBeans version 6.9
the directory is at
c:\\Documents and Settings\\"username"\\.netbeans\\"6.9"\var\\cache\\index
Update:
In netbeans 7.2 on windows 7 the cache is located in
c:\Users\username\AppData\Local\NetBeans\Cache\
Open MS Explorer and type
%appdata%
to get AppData directory
Refence:
http://developmentality.wordpress.com/2010/05/26/clear-your-cache-in-netbeans/
PS: this clear cache action can also solve other problems, such as : "cannot load pages in Web Pages
Folder in Netbean project"; "cannot to find class name in Test package".
Comments
Post a Comment