问题描述
如何访问eclipse用来执行Java搜索,导入等的索引?
How do I access the index that eclipse uses to do Java search, import, etc?
推荐答案
这个提到:
同时如果你觉得索引不完整(打开类型
不会显示一个它应该的类型),你可以解决办法通过:
In the meantime if you feel like indexes are not complete (open type
doesn't show you a type which it should), you can workaround by:
索引文件位于:
< workspace> /。metadata / .plugins / org.eclipse.jdt。 core /
,你想摆脱所有' *。index
'的疑问文件''$ > savedIndexNames.txt '。
Index files are located in:
<workspace>/.metadata/.plugins/org.eclipse.jdt.core/
, you want to get rid of all '*.index
' files in the doubt + 'savedIndexNames.txt
'.
我刚检查过我目前的Eclipse Helios 3.6.1,文件仍然在。
I just checked with my current Eclipse Helios 3.6.1, and those files are still around.
更一般地(以编程方式),涉及到。
这篇关于你将如何访问Eclipse JDT索引?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!