I am working on a project in Eclipse. Usually, whenever there are compilation errors in a particular file, the file name in the Package Explorer view is shown with a red box and a cross. This helps to find files with compilation errors easily.However, in one particular project, I have some files with compilation problems, but those are not shown with red in the package explorer. Only when I open the files in eclipse, do I see the compilation errors. Also, this behavior is happening only in one project. Other projects are showing compilation errors properly in the package view. Any idea why this is happening ?
I am working on a project in Eclipse. Usually, whenever there are compilation errors
Share
Is there an error red cross on the project?
Check the Problems view. (Window -> Show View -> Problems)
It could be that there is a build path error, or another error at the project level.