歡迎來到Linux教程網
Linux教程網
Linux教程網
Linux教程網
Linux教程網 >> Linux基礎 >> Linux教程 >> 安裝Eclipse及相關Plugin

安裝Eclipse及相關Plugin

日期:2017/2/28 13:51:59   编辑:Linux教程

Eclipse:

此處選用基於Eclipse的開發工具:STS

官方網站:https://spring.io/tools/sts

Plugins:

  • Open Explorer
    文件浏覽插件
    it opened the files selected in “Package Explorer” and “Navigator” in the system file browser.
    用系統自帶文件管理器打開選定文件所在位置
    下載地址:https://github.com/samsonw/OpenExplorer/downloads

  • Properties Editor
    屬性文件編輯器插件
    對非英文字符有很好的支持
    安裝地址:http://propedit.sourceforge.jp/eclipse/updates/

  • Java Decompiler
    反編譯插件
    反編譯class(java字節碼)文件得其源碼,便於分析所使用類的運行邏輯
    安裝地址:http://jd.benow.ca/jd-eclipse/update


Plugins安裝說明

  • 下載地址:通過 下載地址 下載對應的jar包,將jar包放在Eclipse的plugin目錄(sts-3.6.3.RELEASE\plugins)下,重啟生效。
  • 安裝地址:通過elipse自帶的在線安裝插件方法更新即可(sts菜單: Help - Install New Software - Add - Location填安裝地址),重啟生效。
    以安裝Properties Editor為例,截圖如下:

Ubuntu 15.04中使用Eclipse 4.4、Java 8以及WTP http://www.linuxidc.com/Linux/2016-04/129821.htm

Ubuntu 14.04 LTS安裝Java 8和Eclipse 4.4 http://www.linuxidc.com/Linux/2014-11/109217.htm

Hadoop Eclipse 插件編譯安裝1.2.0 http://www.linuxidc.com/Linux/2013-07/87428.htm

Hadoop在Eclipse中的插件編譯 http://www.linuxidc.com/Linux/2013-04/83295.htm

Hadoop 1.2.1編譯Eclipse插件 http://www.linuxidc.com/Linux/2013-10/91666.htm

Ubuntu 13.10安裝JDK、Eclipse for C/C++(解決全局菜單問題) http://www.linuxidc.com/Linux/2013-11/92305.htm

如何在Ubuntu 14.04中安裝最新版Eclipse http://www.linuxidc.com/Linux/2014-08/105090.htm

Eclipse 的詳細介紹:請點這裡
Eclipse 的下載地址:請點這裡

Copyright © Linux教程網 All Rights Reserved