How to fix error “Updating Maven Project”. Unsupported IClasspathEntry kind=4?

来源:互联网 发布:python print 编辑:程序博客网 时间:2024/05/07 03:13

 

  1. Right-click on your project, select Maven -> Remove Maven Nature.
  2. Open you terminal, go to your project folder and do “mvn eclipse:clean”
  3. Right click on your Project and select “Configure -> Convert into Maven Project”