An internal error occurred during: "Updating Maven Project

前端 未结 10 1022
太阳男子
太阳男子 2021-01-29 23:39

when i convert to maven project the error is :

> An internal error occurred during: \"Updating Maven Project\".
> Unsupported IClasspathEntry kind=4
         


        
10条回答
  •  迷失自我
    2021-01-30 00:20

    1. Switch to terminal and type command mvn eclipse:clean
    2. Right-click on you project, select Maven -> Update Project

    Okay, everything is settled

提交回复
热议问题