Reputation: 17089
How do I clear the cache in NetBeans 8.0 on OSX Mavericks?
Previous posts have suggested that I remove the files under
/home/{user}/.netbeans/7.4/var/filehistory
and/home/{user}/.netbeans/7.4/var/log
but the hidden folder .netbeans
appears to be absent on my computer. Has it moved?
Upvotes: 14
Views: 24790
Reputation: 2167
In version netbeans 12.0 path :
Cache directory: /Users/sinjugu/Library/Caches/NetBeans/12.0
Hope for help.
Upvotes: 0
Reputation: 5876
Check menue NetBeans > About
menu, it shows path to cache dir. The paths you posted look like for Linux, on Mac it is (at least with recent versions of NetBeans) something like
/Users/{username}/Library/Application Support/Caches/NetBeans/8.0/
Upvotes: 28
Reputation: 16034
You can find the path by opening the About Netbeans
dialog in Netbeans.
Upvotes: -2
Reputation: 13910
Go to Help
-> About
and you will see
Cache directory: Path\to\Directory
go to specified directory and delete everything.
Upvotes: 2
Reputation: 1530
According to NetBeans FAQ on UserDir and CacheDir:
Mac OS X /Users//Library/Caches/NetBeans/8.0/
Windows: C:\Users\\AppData\Local\NetBeans\Cache\8.0\
Unix-like systems: /home//.cache/netbeans/8.0
Upvotes: 6
Reputation: 361
Go to Netbeans > About and at the bottom you can find the Cache directory. Copy that directory, command + shift + g in the finder, paste the directory and BOOM you're there.
Upvotes: 21