【问题标题】:What is the dropins folder in Eclipse/JBoss Developer Studio?Eclipse/JBoss Developer Studio 中的 dropins 文件夹是什么?
【发布时间】:2012-12-02 00:16:51
【问题描述】:
【问题讨论】:
标签:
eclipse
plugins
eclipse-plugin
themes
eclipse-juno
【解决方案1】:
eclipse 中的dropins 目录(路径是Eclipse_home/dropins,与eclipse 中的plugins 文件夹处于同一级别)是默认的监视目录。
无需安装插件,您只需将它们放在此文件夹下(在您的情况下为 com.github.eclipsecolortheme.themes_1.0.0.201207121019.jar)并重新启动 eclipse,它们将在下次启动时自动拾取。
【解决方案2】:
请注意,JBoss Developer Studio 不支持或不鼓励使用 dropins 文件夹。
插件提供商应该真正创建一个包含其插件包的更新站点(或更新站点 zip),然后用户只需执行 Help > Install new ... 即可使用完全支持的 p2/Install Manager 安装方法正确安装。
还请注意,Tycho 现在支持从 pom.xml 和 category.xml 文件创建更新站点,您无需再创建功能即可将您的内容添加到 category.xml。
因此,确实没有理由提供一个没有使用正确 p2 元数据包装的插件。
【解决方案3】:
dropins 文件夹如果不存在,则必须创建它。位置与 IDE 的可执行文件相同。