Java: Unresolved compilation problem

前端 未结 8 2279
感动是毒
感动是毒 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:26

    Your compiled classes may need to be recompiled from the source with the new jars.

    Try running "mvn clean" and then rebuild

提交回复
热议问题