What is the difference between these things from an Eclipse installation?
- plugins
- features
- dropins folder
What is the correct use of these folders?
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.
I usually use dropins for sharing plugins amongst multiple Eclipse installations.
See this article for the dropins directory within an Eclipse.
But I prefer to reference an external dropins folder through the eclipse.ini.
The
plugins/featuresdirectories in Eclipse are the default installation directories for plugin.For more on the differences between features and plugins, see my SO answer:
featuresdirectorypluginsdirectory.Within a dropin folder (either the one within eclipse or an external one), you will get back the same
plugins/featurestructure.