欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

Elicpse error: Job found still running after platform shutdown 博客分类: java  

程序员文章站 2024-03-22 16:40:22
...

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中的项目,需要重新导入到工作空间中。