天天看點

提高myeclipse的啟動速度

1 在myeclipse 7.0版本以上時,

window-preferences-MyEclipse Enterprise Work-Maven4MyEclipse-Maven, 取消選中Download repository index updates on startup!

2 關閉更新排程:window --> preferences --> General --> Startup and Shutdown --> Automatic Updates Scheduler(去掉前面的勾)

3

取消MyEclipse在啟動時自動驗證項目配置檔案

預設情況下MyEclipse在啟動的時候會自動驗證每個項目的配置檔案,這是一個非常耗時的過程,可以在Preferences視窗依次選擇 MyEclipse - Validation,然後在右側的Validator清單中隻保留 Manual 項就可以了。如果需要驗證的時候隻需要選中檔案,然後右鍵選擇 MyEclipse - Run Validation就可以了。

windows–>perferences–>myeclipse–>validation

把 除了manual 下面的全部點掉,build下隻留 classpath dependency Validator

手工驗證方法:

在要驗證的檔案上,單擊滑鼠右鍵–>myeclipse–>run validation

繼續閱讀