Error in eclipse juno upon opening

空扰寡人 提交于 2019-12-05 17:37:39

I think your answer is here:

$ mv <workspace>/.metadata/.plugins/org.eclipse.core.resources/.snap ~/temp/

or

$ rm <workspace>/.metadata/.plugins/org.eclipse.core.resources/.snap

Start Eclipse with Clean parameter.

eclipse.exe -clean

Thanks to Kninnug I have figured out that the issue is in my workspace not eclipse itself. I ended up just importing everything in to the new workspace. thank you everyone for your help though.

I am having the same problem with Eclipse Juno, which I use for Android development.

As a workaround for Windows, I launch it from the console like this:

C:\path\to\eclipse\eclipse -clean

or

DELETE: /[PATH TO WORKSPACE]/.metadata/.plugins/org.eclipse.core.resources

if none of the above works, have a read at this http://www.metod.si/job-found-still-running-after-platform-shutdown-eclipse/

problem is with workspace/project you are working on and not with eclipse. One solution would be if you are using maven is to clean and install.

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