Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个插件源代码,当我将它导出到 jar 时,我将它复制到 Eclipse/plug-in/ 并重新启动 Eclipse。
但我在菜单窗口-> 首选项中找不到它。
我也试过这个方法:
1)打开导出向导,或者打开插件导出向导文件>导出...>插件开发>可部署插件和片段
2) 选择要导出和安装的插件或功能
但是还是在preferences Menu中找不到插件。我正在使用 Eclipse Juno
该plugins文件夹用于通过插件管理器下载的插件。要轻松使用本地开发的插件,请将 jar 复制到dropins文件夹中。如果该文件夹尚不存在,您可能必须创建该文件夹(当然,并重新启动 Eclipse)。
plugins
dropins