如何查找我的项目中显示的错误?

发布于 2024-11-08 22:53:50 字数 104 浏览 0 评论 0原文

我正在eclipse中编写代码。在我的项目资源管理器中,我的项目名称上显示一个错误(红色 x 标记)。但其他子文件夹中没有错误。有人能告诉我在哪里可以找到这些错误吗?找到问题需要做什么。提前致谢

I am writing the code in eclipse. In my project explorer there is an error(red x mark) displayed on my project name. But there are no errors in the other sub folders.Can any one say where can i find those errors.? What is to be done to find the problem. Thanks in advance

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

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

发布评论

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

评论(3

只是我以为 2024-11-15 22:53:50

Eclipse 中的错误通常可以从错误日志查看

窗口 -> 中找到。显示视图->错误日志视图

您也可以尝试清理并重建项目。

The errors from Eclipse are usually avaiable from Error Log View

Window -> Show View -> Erro Log View

Also you can try to clean and rebuild the project.

ˇ宁静的妩媚 2024-11-15 22:53:50

造成这种情况的一个可能原因是构建路径问题。转到您的项目构建路径并查看包含的 jar 列表:检查是否有任何标有相同红色 x 的 jar。另外,检查 Eclipse 的“问题”选项卡。

One possible cause for such thing is build path issues. Go to your project build path and look at the list of included jars: check if you have any jar marked with the same red x. Also, check the eclipse "Problems" tab.

忆离笙 2024-11-15 22:53:50

转到“问题”选项卡(按 Ctrl-3,然后开始输入“问题”)。它将给出错误的描述。

Go to the 'Problems' tab (hit Ctrl-3, then start typing Problems). It will give a description of what's wrong.

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