How do I access the index that eclipse uses to do Java search, import, etc?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
This old thread (for eclipse2!) mentioned:
In the meantime if you feel like indexes are not complete (
open typedoesn’t show you a type which it should), you can workaround by:I just checked with my current Eclipse Helios 3.6.1, and those files are still around.
More generally (and programmatically), the SearchParticipant API is involved with those files, ans mentioned in bug 308402
You can see an example here.