Eclipse doesn't start in Ubuntu 14.04

时间秒杀一切 提交于 2019-12-04 06:08:42

Try this:

1) Remove .snap from:

.metadata\.plugins\org.eclipse.core.resources\.projects\<project>\.markers.snap

If you can't find it manually try this:

find /.metadata/.plugins/org.eclipse.core.resources/.projects -name "*.snap" -exec rm -f {} \;

The answer is already here, but it's in the comments. So I re-post it as answer: check your 2nd screen. Workspace dialogue may be there.

It Generally happen when eclipse is closed unexpectedly. Heres things you can do.! 1)Save and Delete .metadata from workspace folder. 2) Try Re-installing Eclipse.

This solution worked for me. :)

ky-chan

If you don't have any pending changes and have pushed your project already on your repo, you can also try deleting the project folder where eclipse opens a project path automatically.

When you run eclipse again, it will work again.

Unfortunately, deleting metadata didnt work for me. Also I don't have any extra monitor so deleting my project folder was my last resort.

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