14

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?

Community
  • 1
  • 1
Megatron
  • 15,909
  • 12
  • 89
  • 97

6 Answers6

28

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/ 
shareef
  • 9,255
  • 13
  • 58
  • 89
ladar
  • 5,858
  • 3
  • 26
  • 38
21

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.

GPS
  • 361
  • 3
  • 7
6

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

Milen
  • 1,510
  • 1
  • 10
  • 8
2

Go to Help -> About and you will see

Cache directory: Path\to\Directory

go to specified directory and delete everything.

Eddie Martinez
  • 13,582
  • 13
  • 81
  • 106
0

In version netbeans 12.0 path :

Cache directory: /Users/sinjugu/Library/Caches/NetBeans/12.0

Hope for help.

superup
  • 1,765
  • 13
  • 12
-2

You can find the path by opening the About Netbeans dialog in Netbeans.

cosbor11
  • 14,709
  • 10
  • 54
  • 69