简体   繁体   English

Eclipse IDE中项目错误的来源

[英]Source of project errors in Eclipse IDE

Very often, it is the case that there is a compilation error in a project, yet I can't really find the source of the error. 很多情况下,项目中存在编译错误,但我却找不到错误的根源。

For instance: 例如:

在此处输入图片说明

This web project has an error, yet it's basically my guess as to what the error is. 这个网络项目有一个错误,但是基本上我是对错误的猜测。 Why isn't there a way to right-click an option called "find source of compilation error"? 为什么没有一种方法可以右键单击名为“查找编译错误的源”的选项? There's no quick fix option available. 没有可用的快速修复选项。

This is a simple question. 这是一个简单的问题。 I don't understand why this is an issue, because Eclipse knows what the problem is, but why won't Eclipse tell me? 我不明白为什么这是一个问题,因为Eclipse知道问题是什么,但是Eclipse为什么不告诉我?

Press CTRL + 3 then type Problems and hit Enter . CTRL + 3,然后键入Problems ,然后按Enter This should show a list of all the issues in the project. 这应该显示项目中所有问题的列表。

在此处输入图片说明

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM