Elicpse error: Job found still running after platform shutdown
今天下午突遇Myeclipse崩溃,重启失败。查看日志发现:
!MESSAGE Job found still running after platform shutdown. Jobs should be canceled by the plugin that scheduled them during shutdown:
按照文章《Job found still running after platform shutdown eclipse 》,删除YOUR_PROJECT_DIR/.metadata/.plugins/org.eclipse.core.resources/.snap文件,即可打开Myeclipse。
也可整个删除YOUR_PROJECT_DIR/.metadata/.plugins/org.eclipse.core.resources,届时将会删除workspace中的项目,需要重新导入到工作空间中。