Eclipse编译错误

发布于 2024-11-03 11:23:47 字数 146 浏览 0 评论 0原文

我将一些 JTB 和 JavaCC 生成的文件导入到 Eclipse 中,并且有 one 行给了我一个错误 - 第一行(注释)大多数类文件都显示“类型 java.lang.Object 不能是已解决。它是从所需的 .class 文件间接引用的”如何解决此问题?

I imported some JTB and JavaCC generated files into Eclipse and there is one line giving me an error - the first line (a comment) most of the class files says "The type java.lang.Object cannot be resolved. It is indirectly referenced from required .class files" How do I fix this?

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

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

发布评论

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

评论(1

少女七分熟 2024-11-10 11:23:47

您是否尝试过在项目中删除并添加 JRE?

  1. 选择项目 -> Properties
  2. 选择Java Build Path
  3. 导航到Libraries 选项卡
  4. 删除 JRE
  5. 单击Add Library 并再次添加默认 JRE

PS:项目 -> Clean 也非常有用。

Have you tried removing and adding the JRE in your project?

  1. Select Project -> Properties
  2. Select Java Build Path
  3. Navigate to the Libraries Tab
  4. Remove the JRE
  5. Click Add Library and add the default JRE again

PS: Project -> Clean can be very useful, too.

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