您的位置:首页 > 编程语言 > Java开发

Eclipse 插件大全 在线安装

2014-02-27 10:35 330 查看
Since Eclipse 3.7 (Indigo), m2e is now hosted at eclipse.org. To install it, you just need to use the default Eclipse update site:

http://download.eclipse.org/releases/kepler

http://download.eclipse.org/releases/juno

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

etc.
1.Eclipse全屏插件

该插件可以让你的Eclipse运行在全屏模式下,全屏模式下,你可以有更大的编程视角,并且还可以免去其他软件的打扰,安心coding。

下载地址:https://code.google.com/p/eclipse-fullscreen/

2.Eclipse颜色插件

默认的黑白字体看不爽,感觉对眼睛不好?来点颜色插件吧,当然我还是喜欢Zenburn,看起来很爽。

下载地址:https://github.com/eclipse-color-theme/eclipse-color-theme

3.Eclipse日志插件

Log4e是一个插件,是log4j日志很好的一个编写助手,Log4e是一个免费的Eclipse插件,它可帮助你在你的Java工程中快速加入日志。而且Log4e可以帮助你把System.out.println转成日志的输出,非常方便,还可以瞬间移除代码中的日志代码,无需我们一个一个找到然后再删除。

下载地址:http://log4e.jayefem.de/content/view/3/2/

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_Tools\jadnt158\jad.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

【 可用版:】 Eclipse update site URL: http://subclipse.tigris.org/update_1.8.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

1 Download Apache Maven 3.2.1:http://maven.apache.org/download.cgi

eclipse maven plugin 插件 安装 和 配置   http://www.blogjava.net/fancydeepin/archive/2012/07/13/eclipse_maven3_plugin.html

3 Maven以及其Eclipse插件m2eclipse的安装

http://www.cnblogs.com/zhaoyang/archive/2012/01/07/2315443.html


八、其他语言

A、Python (pydev)

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

      九 Eclipse 整合tomcat 

         参考1:         http://blog.csdn.net/m751075306/article/details/11107681
         参考2:         http://blog.sina.com.cn/s/blog_671c968b0100ptff.html
         参考3:         http://www.eclipsetotale.com/tomcatPlugin.html

   十  Eclipse安装AspectJ插件的URL 

  Eclipse       4.3     supportAJDT 2.2.3 is the first release with Eclipse 4.3 (Kepler) support. There is no Eclipse 3.7 (Indigo) versuion of this release. See the downloads
page for information. And use the following udpate site to install:
Eclipse 4.3 Kepler http://download.eclipse.org/tools/ajdt/43/update
Eclipse 4.2 and 3.8 Juno http://download.eclipse.org/tools/ajdt/42/update
            参考:http://www.eclipse.org/ajdt/whatsnew223/

参考: http://blog.csdn.net/uohzoaix/article/details/7524913
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: