減少myeclipse的打開時間等,實作myeclipse的簡潔高效開發…(個人經驗筆記,僅備忘).
1.,去除myeclipse工具欄的不需要的工具
打開myeclipse的customize perspective 的第一個頁籤 tool bar visibility
第一項 file中可以不需要print
第二項 myeclipse-EJB 到 第四項都不需要
第六項 myeclipse-deploytools中的open myeclipse web browser 不需要
第七項 中send to mail recipient 不需要
………..剩餘選項可以自行參考
2,在myeclipse的preferences的 startup and shutdown中關閉不需要的選項可以大大減少myeclipse的時間,以前沒有太在意
目前隻能想到這些 可能還會有 以後再補充吧
3,今天打開myeclipse的時候報錯,java was started but returned exit code= 13
百度了一下,把百度的方法幾乎都嘗試了一遍,還是沒有成功,
最後發現是:myeclipse.ini中少了一句:-vmargs
一直以為-vmargs這類隻是一個參數說明…
實踐是必須的啊!!