首頁 > 軟體

安裝Eclipse及相關Plugin

2020-06-16 17:40:43

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.RELEASEplugins)下,重新啟動生效。
  • 安裝地址:通過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


IT145.com E-mail:sddin#qq.com