eclipse not showing errors

I have a java project open in eclipse. I can see in one java class a bunch of errors, but eclipse Problems view does not show any problem.

where do we configure the filtering of which errors to show in the Problems view, and which we don't?


Solution 1:

I'm currently working with Eclipse 3.6.1, but this was in a similar place in earlier versions. There's a small downward triangle in the upper right conerer of the Problems view. Clicking that brings up a menu with "Configure Contents..." as one of the options. This will let you change what's showing up in the view.

If the errors don't seem correct or aren't updating properly, you may need to refresh the project, run a clean/rebuild on the project, or close the java file and re-open it.

Solution 2:

You need to open the eclipse Markers view (Window->Show View->Markers), it will show all errors about your project, if you correct all the errors, your problem will most likely be solved.