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

房东的猫 提交于 2019-12-18 03:24:06

问题


When I try to start Eclipse Luna in CentOS 7, I get the following dialog box:

How can I resolve this and get eclipse to start?


回答1:


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.




回答2:


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.




回答3:


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

<workspace folder>/.metadata/.plugins/org.eclipse.e4.workbench/workbench.xmi


来源:https://stackoverflow.com/questions/31080665/eclipse-wont-launch-because-reload-maven-project-has-encountered-a-proble

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