• eclipse常用插件在线安装地址或下载地址


    本文转载自:http://my.oschina.net/bloghu/blog/198922

    一,反编译插件:

    A、Jadclipse

    1、打开eclipse增加站点:http://jadclipse.sf.net/update,在线安装好JDT Decompiler 3.4.0

    2、http://nchc.dl.sourceforge.net/sourceforge/jadclipse/net.sf.jadclipse_3.3.0.jar将            jadclipse3.3.jar下载下来,置入eclipse安装目录的plugins目录下。

    3、下载jad.exe文件

    4、在eclipse的window—>preferences—>Java—>Decompilers中的Decompiler:处选择Jad

    5、在eclipse的window—>preferences—>Java—>Decompilers—>Jad中的Path to Decompiler:处填          上jad.exe的在本机的绝对路径,如:D:IDE_Toolsjadnt158jad.exe

    6、重启eclipse

     

    B、Jdclipse

    在线安装:http://java.decompiler.free.fr/jd-eclipse/update

     

    二,代码检查

    A、CheckStyle ( 编写规范检查 )

    在线安装:http://eclipse-cs.sourceforge.net/update

    B、Findbugs ( 臭虫检查 )

    在线安装:http://findbugs.cs.umd.edu/eclipse

    C、Pmd ( 代码优化 )

    在线安装:http://pmd.sf.net/eclipse

    D、Metrics ( 代码复杂度检查 )

    在线安装:http://metrics.sourceforge.net/update

    E、JDepend ( 依赖项检查 )

    下载地址:http://clarkware.com/software/JDepend.html#download

    三、版本控制

    A、Subclipse

    在线安装:http://subclipse.tigris.org/update_1.6.x

    四、Html、Javascript

    A、Jseclipse

    在线安装:http://download.macromedia.com/pub/labs/jseclipse/autoinstall/

    B、Spket

    在线安装:http://www.spket.com/update

    C、freemarker IDE ( JBoss )

    在线安装:

    eclipse3.6:http://download.jboss.org/jbosstools/updates/stable/helios/

    eclipse3.7:http://download.jboss.org/jbosstools/updates/development/indigo/

    五、外部扩展

    A、m2eclipse

    在线安装:http://m2eclipse.sonatype.org/sites/m2e

    B、Open In Explorer

    下载地址: http://light-framework.googlecode.com/files/org.lightframework.eclipse.explorer_1.0.0.201003172130.jar

     

    C、OpenExplorer (个人感觉这个比上面那个要好用)

    下载地址:https://github.com/downloads/samsonw/OpenExplorer/OpenExplorer_1.2.0.v201101172217.jar

     

    D、SpringIDE:

    在线安装:http://springide.org/updatesite/


     

    E、Struts2 for eclipse plugin

    在线安装:http://mvcwebproject.sourceforge.net/update/

     

    六、代码辅助

    A、代码折叠 Coffee Bytes Java Folding

    在线安装:http://eclipse.realjenius.com/update-site

    B、直接跳入接口 Implementors ( eclipse 3.7自带,无需安装,3.7以下版本可安装 )

    在线安装:http://eclipse-tools.sourceforge.net/updates

     

    七、工程构建

    A、Apache IvyDE

    在线安装:http://www.apache.org/dist/ant/ivyde/updatesite

     

    B、Maven2

    在线安装:

    eclipse3.7:http://download.eclipse.org/releases/indigo

     

    八、其他语言

    A、Python (pydev)

    在线安装:http://pydev.org/updates


  • 相关阅读:
    视图、触发器、事物、存储过程、函数、流程控制
    pymysql
    单表查询与多表查询
    多线程学习(第三天)线程间通信
    多线程学习(第二天)Java内存模型
    多线程学习(第一天)java语言的线程
    springboot集成es7(基于high level client)
    elasticSearch(六)--全文搜索
    elasticSearch(五)--排序
    elasticSearch(四)--结构化查询
  • 原文地址:https://www.cnblogs.com/runwind/p/4454659.html
Copyright © 2020-2023  润新知