How Do I Search Libraries In Eclipse?
How do you include libraries in file searches within in Eclipse? I'm trying to include the Android source code library in my search using CTRL+H, and can't find an option to do so
Solution 1:
InstaSearch Eclipse plugin will index and search inside jars that have source attachements. This is not enabled by default but can be set in preferences.
Solution 2:
You can add the libraries in your peoject using
goto
project->properties->JavaBuildpath
you'll see libraries option there you can add the libraries from this point.
shafali
Post a Comment for "How Do I Search Libraries In Eclipse?"