`
wahaha603
  • 浏览: 77143 次
  • 来自: 上海
社区版块
存档分类
最新评论

eclipse 启动一闪而过启动不起来,Job found still running after platform shutdown eclipse

阅读更多

eclipse 一闪而过解决方案:

 

 
【我用的是黄色高亮方法】
原帖地址 : http://www.metod.si/job-found-still-running-after-platform-shutdown-eclipse/

Job found still running after platform shutdown eclipse

Posted March 15th, 2012 in Razno by Metod

If your eclipse crashed and refuses to start, saying something along the lines of: Job found still running after platform shutdown. Jobs should be canceled by the plugin that scheduled them during shutdown, then try the following.

  1. $ rm -rf YOUR_PROJECT_DIR/.metadata/.plugins/org.eclipse.core.resources

Start eclipse. However, all your projects will be gone.

You can import them via File -> Import -> Existing Projects into Workspace; then select the directory where you had your projects.

EDIT: I just found a better way. (source)

  1. $ rm YOUR_PROJECT_DIR/.metadata/.plugins/org.eclipse.core.resources/.snap

This way you do not need to reimport your projects.

ANOTHER WAY:

As IGx89 suggested in the comments, you can also try the following:

  1. $ rm YOUR_PROJECT_DIR/.metadata/.plugins/org.eclipse.e4.workbench/workbench.xmi

http://stackoverflow.com/questions/11310970/eclipse-juno-doesnt-start/12045547#12045547

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics