java eclipse包编译错误

发布于 2024-12-23 00:52:27 字数 505 浏览 1 评论 0原文

我的 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

无法解析从必需的.class间接引用是什么意思?

如果我应该导入这些类/接口,我在哪里可以找到它们?

I have the following error in my eclipse package. I am trying to run an already existing code done by another person who is no longer available.

What does this mean?

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

What does cannot be resolved and indirectly referenced from required .class mean?

If i should import these class/interface where can i find them?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

临走之时 2024-12-30 00:52:27

如果您引用另一个插件中的代码,则需要确保将该插件声明为插件清单中的依赖项。

If you are referencing code in another plugin, you need to make sure you declare that plugin as a dependency in your plugin's manifest.

天荒地未老 2024-12-30 00:52:27

您尝试在哪个插件中找到org.eclipse.core.runtime.IConfigurationElement类,然后将该插件导入您的项目中。

You try to find the org.eclipse.core.runtime.IConfigurationElement class in which plugin, then you import the plugin in your project.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文