Ubuntu安裝 Eclipse IDE開發工具

來源:互聯網
上載者:User

安裝使用Eclipse IDE開發工具
自動安裝(不推薦):

   1. 直接安裝軟體Eclipse:

      apt-get install eclipse-platform

手動安裝:

   1. 進入下載目錄:

      cd /home/kubuntu/Downloads

   2. 下載軟體Eclipse3.2RC7:

      wget http://ftp-stud.fht-esslingen.de/pub/Mirrors/eclipse/eclipse/downloads/drops/S-3.2RC7-200606021317/eclipse-SDK-3.2RC7-linux-gtk.tar.gz

   3. 進入軟體安裝目錄:

      cd /opt

   4. 建立軟體Eclipse安裝目錄:

      mkdir ee-eclipse

   5. 進入軟體Eclipse安裝目錄:

      cd ee-eclipse

   6. 建立軟體Eclipse3.2RC7安裝目錄:

      mkdir eclipse3.2RC7

   7. 複製軟體Eclipse3.2RC7到目前的目錄:

      cp /home/kubuntu/Downloads/eclipse-SDK-3.2RC7-linux-gtk.tar.gz .

   8. 解壓軟體Eclipse3.2RC7:

      tar zxvf eclipse-SDK-3.2RC7-linux-gtk.tar.gz

   9. 刪除壓縮軟體包:

      rm eclipse-SDK-3.2RC7-linux-gtk.tar.gz

  10. 給予檔案eclipse執行權:

      chown -R root:kubuntu eclipse/eclipse

  11. 建立案頭串連:
      進入Desktop -> 右擊滑鼠 -> Create New -> Link too Application... -> Tab "Application" -> Command -> '/opt/ee-eclipse/eclipse3.2RC7/eclipse/eclipse' -data /home/kubuntu/ews-eclipse3.2RC7 -> Tab "General -> "Icon" -> /opt/ee-eclipse/eclipse3.2RC7/eclipse/icon.xpm -> OK
  12. 相關資料:
          * http://www.docuverse.com/blog/donpark/EntryViewPage.aspx?guid=f171bafc-abce-4d2e-a18b-3aba4ad32c52
          * http://homes.esat.kuleuven.be/~decockd/wiki/bin/view.cgi/Main/ProgrammingEnvironmentsTOC

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.