Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I am working on Struts project using the Spring Source Toolsuite IDE.

When there are complier errors or something, a red X mark or yellow exclamation mark appear over the icon for my project.

But even after I made sure there are no complier errors, I got this exclamation mark in my project icon. My project is building and running successfully and I am getting the proper output.

Why is it there? How can I find out what it is complaining about?

share|improve this question
1  
Click Window -> Show View -> Problems and you'll see the list of errors/warnings and take it from there. – lobster1234 May 11 '11 at 5:08
Thanks lobster. If you can post it as an answer, I can accept it. – user529141 May 11 '11 at 5:10
Thanks, very thoughtful of you. Much appreciated. – lobster1234 May 11 '11 at 5:11

1 Answer

up vote 6 down vote accepted

Click Window -> Show View -> Problems and you'll see the list of errors/warnings and you can take it from there.

share|improve this answer
In the version of eclipse I'm using "Problems" didn't show up in the list. I had to select "Other..." and do a search for Problems, which appeared under the General section. Thanks for the answer! – Steve Wall Jun 11 at 15:06

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.