rcp(插件开发)The type XXX cannot be resolved. It is indirectly referenced from required .class files解决办法

来源:互联网 发布:新的淘宝店铺怎么装修 编辑:程序博客网 时间:2024/06/03 18:26

如果你在使用插件开发时遇到这个问题:

The type org.eclipse.core.resources.IFile cannot be resolved. It is indirectly referenced from required .class files

你应该在当前的依赖项加入类所在的插件包即可。

那这个提示是org.eclipse.core.resources这个插件包。

添加进来,代码错误就消失了!

原创粉丝点击