Megatron
Megatron

Reputation: 17089

How to clear cache in NetBeans 8.0 OS X

How do I clear the cache in NetBeans 8.0 on OSX Mavericks?

Previous posts have suggested that I remove the files under

but the hidden folder .netbeans appears to be absent on my computer. Has it moved?

Upvotes: 14

Views: 24790

Answers (6)

superup
superup

Reputation: 2167

In version netbeans 12.0 path :

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

Hope for help.

Upvotes: 0

ladar
ladar

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

cosbor11
cosbor11

Reputation: 16034

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

Upvotes: -2

Eddie Martinez
Eddie Martinez

Reputation: 13910

Go to Help -> About and you will see

Cache directory: Path\to\Directory

go to specified directory and delete everything.

Upvotes: 2

Milen
Milen

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

GPS
GPS

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

Related Questions