关闭Eclipse启动时的自动更新
1.打开Window——Preferences
2.选择Install/Update——Automatic Updates,取消勾选右边的Automatically find new updates and notify me
Eclipse恢复默认窗口布局
点击Window—Perspective—Reset Perspective,这样就可以重置窗口布局了,如下图:
关闭Eclipse启动时自动验证
方法1——去掉Build Automatically
方法2
1.点击Window菜单,选择preferences子菜单
2.点击Validation菜单,右侧可以看到eclipse进行自动检查的内容,Manual是手动的意思,可以保持不动,将build里面只留下Classpath Dependency Validator(类路径依赖验证器),其他的可以全部去掉,然后点击Apply and Close保存设置
3.以后需要对文件进行校验检查时,在项目上点击右键,点击Validate进行检查