What is the difference between the plugins, features and dropins folder from an eclipse installation? What is the correct use of these folders?
|
I usually use dropins for sharing plugins amongst multiple Eclipse installations.
But I prefer to reference an external dropins folder through the eclipse.ini.
The
Within a dropin folder (either the one within eclipse or an external one), you will get back the same |
|||||||||
|
|
The dropins directory should be used to install a plugin manually. The typical process is that you download a plugin and extract that archive to the dropins directory. The plugins direcotry on the other hand is reserved for Eclipse's updater. You should not mess with it manually. Eclipse will store all plugins you install using "Help"->"Software Updates" or "Help"->"Install new software" (depending on your Eclipse version). |
|||||
|