Ubuntu eclipse安装
时间:2014-06-28 11:24:15
收藏:0
阅读:317
apt-get install eclipse eclipse-cdt eclipse-jdt
# don‘t include eclipse if you have it already
after a successful install, do the following at terminal; pls back-up workspace:
rm -rf ~/.eclipse
rm -rf ~/workspace
eclipse -clean &
评论(0)