An internal error occurred during: “Updating Maven Project”. Unsupported IClasspathEntry kind=4

前端 未结 13 2322
暖寄归人
暖寄归人 2021-01-29 20:56

As the title mentioned I have the following problem: I use Eclipse with Maven Nature and when I update my Maven Project, I get this error:

13条回答
  •  长发绾君心
    2021-01-29 21:45

    This is all you need:

    1. Right-click on your project, select Maven -> Remove Maven Nature.

    2. Open you terminal, navgate to your project folder and run mvn eclipse:clean

    3. Right click on your Project and select Configure -> Convert into Maven Project

    4. Right click on your Project and select Maven -> Update Project

提交回复
热议问题