!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

相关文章:

  • 2021-12-26
  • 2022-12-23
  • 2021-07-18
  • 2021-08-07
  • 2021-12-19
  • 2022-01-08
  • 2021-09-16
猜你喜欢
  • 2021-10-17
  • 2022-12-23
  • 2021-07-21
  • 2021-11-28
  • 2021-05-09
  • 2021-07-08
相关资源
相似解决方案