Eclipse CDT 插件不工作
我创建了一个 CDT 插件,当我在运行时工作台下测试它时,它工作得很好。
但是,当我将插件导出到 jar 并将其放入干净的 CDT 安装的插件目录中时,没有加载该插件的痕迹。
对于要检查的事情有什么建议吗?
谢谢, 艾伦
I have created a plugin to CDT that works fine when I test it under the runtime workbench.
However, when I export the plugin to a jar and drop it into the plugins directory of a clean CDT install, there is no trace of the plugin being loaded.
Any suggestions for things to check?
Thanks,
Alan
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
自己设法解决了。我有未使用的依赖项,删除它们修复了它......
艾伦
Managed to solve it myself. I had unused dependencies, and removing them fixed it...
Alan