What does "red cross" on project icon mean in Eclipse?
This kind of problem usually happens when you are using maven project. To solve this right click on the project, go to maven and select update project. The red cross icon will go.
Usually it means that there's a path error, eg. one jar referenced in the project cannot be found.
Use the 'problems' view to get more details