Java: Unresolved compilation problem

前端 未结 8 2257
感动是毒
感动是毒 2020-11-22 03:29

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

8条回答
  •  孤独总比滥情好
    2020-11-22 04:19

    you just try to clean maven by command

    mvn clean
    

    and after that following command

    mvn eclipse:clean eclipse:eclipse
    

    and rebuild your project....

提交回复
热议问题