Eclipse won't launch because `reload maven project has encountered a p‌r‌o‌b‌l‌e‌m`

十年热恋 提交于 2019-11-30 08:46:34

I removed .metada from workspace and reimported the maven projects as quick and dirty solution. You loose your Eclipse settings, you can try to play with metadata.

Instead of deleting the whole .metadata folder, just delete the file .metadata/.plugins/org.eclipse.e4.workbench/workbench.xmi" You need to make sure to quit eclipse first, then remove this file and start eclipse again.

Error will be gone.

For me it was enough just to remove the whole <persistedState /> tag in

<workspace folder>/.metadata/.plugins/org.eclipse.e4.workbench/workbench.xmi 
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!