I found there is an exclamation mark in the icon of my project. I guess it is caused by the resources directory is not loaded.
Here is part of my .classpath file, anything can be wrong?
<classpathentry kind="src" path="src/test/java" output="target/test-classes" including="**/*.java"/>
<classpathentry kind="src" path="src/main/java" including="**/*.java"/>
<classpathentry kind="src" path="src/main/resources" excluding="**/*.java"/>
The problem Eclipse shows is
Project 'dingdong' is missing required source folder: 'src/main/resources' dingdong Build path Build Path Problem