I am trying to put all the projects in the combo, but I get “External Plugin Libraries” as shown in the picture below. How am I getting this as project which I don’t have. How do I get rid of it?

(source: sourceforge.net)
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.
As mentioned in the FAQ page “How do I find a particular class from an Eclipse plug-in?”,
External Plug-in Libraries is a project automatically created in your workspace, which will:
That means you have the RCP edition where a workspace is already set up so that all Eclipse plug-ins are found by the Java search engine.
The manual way to do this is:
As of Eclipse 3.4 (Ganymede) the External Plug-in Libraries Java project is hidden by default (see bug 194694).
Use the Java element filters dialog to include the External Plug-in Libraries project in the Package Explorer view.