最近老是遇到eclipse没有响应,参考网络上的相关帖子做了些优化,但问题依旧。

后来发现出现这个问题一般都是eclipse无响应,直接结束进程后导致的,看了下eclipse日志,果真如此。

 

!SESSION 2013-10-10 15:55:30.429 -----------------------------------------------
eclipse.buildId=M20120208-0800
java.version=1.7.0_03
java.vendor=Oracle Corporation
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=zh_CN
Framework arguments:  -product org.eclipse.epp.package.jee.product
Command-line arguments:  -os win32 -ws win32 -arch x86 -product org.eclipse.epp.package.jee.product

!ENTRY org.eclipse.core.resources 2 10035 2013-10-10 15:55:33.230
!MESSAGE The workspace exited with unsaved changes in the previous session; refreshing workspace to recover changes.


google了下,相关的解决方案如下:

 

 

  1. 到<workspace>\.metadata\.plugins\org.eclipse.core.resources目录
  2. 删除文件 .snap
  3. 重启eclipse

 

 

相关文章:

  • 2022-12-23
  • 2021-12-10
  • 2021-12-10
  • 2022-01-29
  • 2022-02-14
  • 2021-10-24
  • 2021-10-15
  • 2021-05-06
猜你喜欢
  • 2021-07-15
  • 2022-12-23
  • 2022-01-07
  • 2022-12-23
  • 2022-01-06
  • 2022-12-23
  • 2021-07-25
相关资源
相似解决方案