eclipse 使用

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

每次启动自动执行clean


eclipse debug模式下Tomcat 启动超时

删除断点之后重新启动

2018年更新

已经转Intellij idea Communit

从学校里还是用eclipse 之后因为商业版权 没有用idea

试用社区版本之后 完全满足日常开发需要

你可能感兴趣的:(Java)