Search code examples
eclipsepluginseclipse-pluginthemeseclipse-juno

What is the dropins folder in Eclipse/JBoss Developer Studio?


I am new to Eclipse and was wondering what is the dropins folder? Where exactly is it(I am on Windows 8)?

Basically i wanted to use this dark UI theme Roger Dudler made (https://github.com/eclipse-color-theme/eclipse-ui-themes) for Eclipse Juno. If you see near the bottom of this link, he says to place the zip folder into the "dropins folder". I have no idea :(

Thanks


Solution

  • dropins directory in eclipse (Path is Eclipse_home/dropins, which is at same level as plugins folder is present in eclipse) is a default watched directory.
    Instead of installing plugins you simply put them under this folder (in your case com.github.eclipsecolortheme.themes_1.0.0.201207121019.jar) and restart the eclipse they will be picked up automatically on next start.