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.
我有一个安装的 Eclipse RPC 应用程序,我想添加一个我刚刚编写的插件。为了实现这一点,我将新插件复制到我的应用程序的插件文件夹中,并将插件添加到config.ini在\configuration\config.ini.
config.ini
\configuration\config.ini
这行得通,但我不喜欢弄乱配置文件。有没有办法让新插件工作而不将它们添加到列表中,或者我必须为我创建的每个插件都这样做?
您是否尝试将其导出为插件并将生成的 jar 文件放入 Eclipse RCP 的 dropins 文件夹中?