我的eclipse包中有以下错误。我正在尝试运行另一个不再可用的人已经存在的代码。
这是什么意思?
Multiple markers at this line
- The type org.eclipse.core.runtime.IConfigurationElement cannot be resolved. It is indirectly referenced from required .class files
- The type org.eclipse.core.runtime.IConfigurationElement cannot be resolved. It is indirectly referenced from required .class files
cannot be resolved
和indirectly referenced from required .class
的含义是什么?
如果我应该导入这些类/接口,我可以在哪里找到它们?
答案 0 :(得分:0)
如果您在另一个插件中引用代码,则需要确保将该插件声明为插件清单中的依赖项。
答案 1 :(得分:0)
您尝试在插件中找到org.eclipse.core.runtime.IConfigurationElement
类,然后在项目中导入插件。