eclipse 启动卡死

有时候没有正确关闭eclipse ,重新启动时会遇到populate auto detected configs 
解决办法:

  • 设置自动验证 
    Windows > Preferences > Spring > Bean Supports Check the option Disable Auto Config Detection.

  • From a command prompt: 
    cd into your Eclipse directory 
    type eclipse -clean -clearPersistedState

或者在eclipse.ini 文件中配置

-clean
-clearPersistedState
  • 1
  • 2

每次启动自动执行clean


原文地址:http://blog.csdn.net/keep_learn/article/details/68124190

猜你喜欢

转载自blog.csdn.net/waysoflife/article/details/78210501