本文介绍了如何清除NetBeans中的缓存的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我在NetBeans中创建了一个项目,我想清除NetBeans缓存。
我在Windows 7计算机上运行NetBeans 7.0.1。 / p>
我该怎么做?
解决方案
在7.2之前,缓存在 C:\ Users \username \.netbeans \7.0\var\cache
。删除此目录应该为您清除缓存。
I created a project in NetBeans, and I would like to clear the NetBeans cache.
I'm running NetBeans 7.0.1 on a Windows 7 machine.
How do I do this?
解决方案
Before 7.2, the cache is at C:\Users\username\.netbeans\7.0\var\cache
. Deleting this directory should clear the cache for you.
这篇关于如何清除NetBeans中的缓存的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!