首页 > 学院 > 开发设计 > 正文

安装Eclipse及相关Plugin

2019-11-14 22:56:18
字体:
来源:转载
供稿:网友
安装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.RELEASE/plugins)下,重启生效。
  • 安装地址:通过elipse自带的在线安装插件方法更新即可(sts菜单: Help - Install New Software - Add - Location填安装地址),重启生效。以安装Properties Editor为例,截图如下:


发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表