An internal error occurred during: "Updating Maven Project

前端 未结 10 1041
太阳男子
太阳男子 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-29 23:55

    In my case the problem was a .settings-folder commited to svn. it contained the wrong settings (in my case the jdk was set to wrong location). So deleting .settings on svn and doing a clean checkout did it.

提交回复
热议问题