!ENTRY org.eclipse.core.jobs 2 2 2014-01-08 09:28:06.387 !MESSAGE Job found still running after platform shutdown. Jobs should be canceled by the plugin that scheduled them during shutdown: org.eclipse.ui.internal.Workbench$55
参考这里:http://www.metod.si/job-found-still-running-after-platform-shutdown-eclipse/
第一种:推荐 ---->
rm YOUR_PROJECT_DIR/.metadata/.plugins/org.eclipse.core.resources/.snap
上面的那种如果不行:----->
rm YOUR_PROJECT_DIR/.metadata/.plugins/org.eclipse.e4.workbench/workbench.xmi
如果还不行,终极解决方式就是:重新建workspace