zoukankan      html  css  js  c++  java
  • eclipse常用插件在线安装地址或下载地址

    一,反编译插件:

    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://sourceforge.net/projects/pmd/files/pmd-eclipse/update-site/ 

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

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

    E、JDepend ( 依赖项检查 )

    下载地址:http://andrei.gmxhome.de/eclipse/

    三、版本控制

    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

    转载地址:http://progress.iteye.com/blog/700643

  • 相关阅读:
    项目范围管理定义范围
    项目时间管理估算活动资源
    项目时间管理排列活动顺序
    强悍!ultraEdit的文本比较
    网页刷流量软件开发中的困惑
    关于淘宝CSV格式的研究
    HTTP session登陆处理与登陆保持
    用ps将自己的图片字节数变最小
    通过TApplicationEvents响应消息
    有的女人就像易语言
  • 原文地址:https://www.cnblogs.com/huaxingtianxia/p/5609486.html
Copyright © 2011-2022 走看看