Search code examples
sts-springsourcetoolsuite

Small exclamation icon over my STS project icon


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?


Solution

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