What are the possible causes of a \"java.lang.Error: Unresolved compilation problem\"?
Additional information:
I have seen this after copying a set of updat
you just try to clean maven by command
mvn clean
and after that following command
mvn eclipse:clean eclipse:eclipse
and rebuild your project....