Welcome 微信登录

首页 / 操作系统 / Linux / 安装Eclipse及相关Plugin

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.htmUbuntu 14.04 LTS安装Java 8和Eclipse 4.4  http://www.linuxidc.com/Linux/2014-11/109217.htmHadoop Eclipse 插件编译安装1.2.0 http://www.linuxidc.com/Linux/2013-07/87428.htmHadoop在Eclipse中的插件编译 http://www.linuxidc.com/Linux/2013-04/83295.htmHadoop 1.2.1编译Eclipse插件 http://www.linuxidc.com/Linux/2013-10/91666.htmUbuntu 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.htmEclipse 的详细介绍:请点这里
Eclipse 的下载地址:请点这里本文永久更新链接地址