`
麦田守望者123
  • 浏览: 366 次
  • 性别: Icon_minigender_1
  • 来自: 广州
文章分类
社区版块
存档分类
最新评论

Eclipse常用插件在线安装和离线安装方式

 
阅读更多

1.Subclipse
源码管理工具Subversion的Java客户端,对使用Subversion做源码管理的,这个相信用的会比较多。默认使用JavaHL接口,如果使用中没有问题的话,最好别切换
官网地址:http://subclipse.tigris.org
Update site: http://subclipse.tigris.org/u[color=darkred][/color]pdate_1.6.x
link方式:
1)    从官网下载

 

2)    解压至 ${eclipse}\eclipse-plugins\svn\e[size=small][/size]clispe\,并删除 site.xml(很重要)
3)    创建link文件${eclipse}\links\svn.link,内容为: path=eclipse-plugins//svn
4)       重启Eclipse。 eclipse.exe -clean

2.Googleapp engine
Update site: http://dl.google.com/eclipse/plugin/3.6
3.Jadeclipse
Update site: http://jadclipse.sf.net/update
主页:http://jadclipse.sourceforge.net/
安装流程:
1)    在线安装
2)    下载jad.exe文件
3)    在eclipse的window—>preferences—>Java—>Decompilers中的Decompiler:处选择Jad
4)    在eclipse的window—>preferences—>Java—>Decompilers—>Jad中的Path to Decompiler:处填上jad.exe的在本机的绝对路径,如:D:\IDE_Tools\jadnt158\jad.exe(也可以使用相对路径)
5)    重启eclipse

4.OracleEnterprise Pack for Eclipse
Update site: http://download.oracle.com/otn_software/oepe/helios
5.android
Update site: https://dl-ssl.google.com/android/eclipse/
6.Findbugs
Update site:
1、http://findbugs.cs.umd.edu/eclipse只包含官方正式发布版
2、http://findbugs.cs.umd.edu/eclipse-candidate包含候选发布版和最新的正式发布版
3、http://findbugs.cs.umd.edu/eclipse-daily包含所有正式发布版和一个正在开发的版本
离线安装:在http://findbugs.sourceforge.net/downloads.html下载最新的eclipse插件,解压到eclipse目录下的plugins中。
7.properties文件的Eclipse插件
Update site: http://propedit.sourceforge.jp/eclipse/updates
8.代码折叠插件Coffee Bytes Java Folding
Update site: http://eclipse.realjenius.com/update-site
9.代码分析插件PMD
Update site: http://pmd.sf.net/eclipse
10.代码编写规范检查插件CheckStyle
zip下载地址:http://sourceforge.net/project/showfiles.php?group_id=29721
11.检查代码复杂度metrics
Update site: http://metrics.sourceforge.net/update
12.依赖项检查JDepend
zip下载地址:http://clarkware.com/software/JDepend.html#download
13.代码生成工具和打包工具Axis Eclipse plug-in:
http://apache.justdn.org/ws/axis2/tools/1_0/Axis2_Code_Generator.zip
http://apache.justdn.org/ws/axis2/tools/1_0/Axis2_Service_Archiver.zip
14.velocity插件:
Update site: http://veloeclipse.googlecode.com/svn/trunk/update/
15.SpringIDE
开发Spring应用的好工具。
官网地址:http://springide.org/blog/
Update Site:http://www.springide.org/updatesite/
16.HibernateTools
开发Hibernate应用的好工具,由于我写的Hibernate都是使用Anotation方式的,所以对于此工具在常见的x.cfg.xml中的功能不清楚,不过我使用这个工具主要是用来调试HQL的
官方网站:http://www.hibernate.org/255.html
17.PropertiesEditor
一个比较好用的属性编辑器,自动调用native2asc,因此能够输入Unicode国际字符(当然包括中文了),装完后别忘了变更*.properties的默认编辑器哦
官方网址:http://propedit.sourceforge.jp/index_en.html
Update Site:http://propedit.sourceforge.jp/eclipse/updates/
18.Log4E
一个方便的生成Log日志代码的小工具,对于项目中统一Log代码风格及个人偷懒的好工具。
支持JDK自带Log、Log4j、Common Logging等,建议使用Common Logging,毕竟更通用哈。
官方网站:http://log4e.jayefem.de/index.php/Main_Page
Update Site:http://log4e.jayefem.de/update
19.Implementors
自动导航到接口的实现类上,如果只有一个实现此接口的类,则直接转向这个实现类。如果有多个实现类,则出现列表让你选择,基于接口编程人士的最爱!
官方网站:http://eclipse-tools.sourceforge.net/implementors/
Update Site:http://eclipse-tools.sourceforge.net/updates/

20.Mylyn
一种基于Context的兴趣管理工具。
当你有几十甚至上百个文件,而每次一个任务只是涉及到其中一小部分时,相信大家都有过拖动长长的Package Explorer寻找某个文件的痛苦吧。尤其是当你完成了一个任务后发现有错误,回头修改的时候,你还知道你改过哪些文件吗?还知道哪几个文件是重点修改的吗?还知道哪几个文件的哪几个方法是重点修改的吗?
如果你想解决这些问题,那么Mylyn就是你的选择。其兴趣点的计算方式相当独特,用过后你发现你再也离不开它了。
目前主流的大型的插件都支持对Mylyn的集成(如Subclipse、MyEclipse、Spring IDE等)。
推荐几个学习Mylyn的好文章:
Mylyn 2.0,第1 部分: 集成的任务管理
Mylyn 2.0,第2 部分: 自动上下文管理
InfoQ: Mylyn 2.1:重构Eclipse用户界面提高生产力
官方网站:http://download.eclipse.org/tools/mylyn/update/e3.3(for Eclipse 3.3)
21.RegExTest or QuickRex
正则表达式调试工具,由于我没怎么用过,不作评论,仅提供相应的下载地址
RegEx Test
官方网站:http://brosinski.com/regex/
Update Site:http://brosinski.com/regex/update
QuickRex
官方网站:http://www.bastian-bergerhoff.com/eclipse/features/web/QuickREx/toc.html
Update Site:http://www.bastian-bergerhoff.com/eclipse/features


22.Spket(支持jQuery智能提示)
Update Site:http://www.spket.com/update/
离线安装:到http://www.spket.com/download.html下载 Plugin 版本,当前版本为1.6.17.下载解压后直接放置于Eclipse的dropins目录下
下载jQuery文件,(要下载开发版本).
设置spket ,Window-> Preferences -> Spket -> JavaScript Profiles -> New,输入“jQuery”点击OK;选择“jQuery” 并点击“Add Library”然后在下拉条中选取“jQuery”; 选择 “jQuery”并点击“Add File”,然后选中你下载的jQuery.js 文件;设成Default;
5.设置js打开方式(这一步很重要,不设置的话,也不会有jQuery的智能提示), Window -> Preferences ->General-> Editors-> FileAssociations-> 选择*.js,将Spket JavaScript Editor设为Default。
6.新建一个js文件,jQuery自动提示!!
23.
1.在线安装:Help->InstallNew Software...->Add...->Name: "Spket",
Location:http://www.spket.com/update/ 下载完毕重启Eclipse.
2.手动安装:到http://www.spket.com/download.html下载 Plugin 版本,当前版本为1.6.17.下载解压后直接放置于Eclipse的dropins目录下,重启Eclipse.
3.下载jQuery文件,(要下载开发版本).
4.设置spket ,Window-> Preferences -> Spket -> JavaScript Profiles -> New,输入“jQuery”点击OK;选择“jQuery” 并点击“Add Library”然后在下拉条中选取“jQuery”; 选择 “jQuery”并点击“Add File”,然后选中你下载的jQuery.js 文件;设成Default;
5.设置js打开方式(这一步很重要,不设置的话,也不会有jQuery的智能提示), Window -> Preferences ->General-> Editors-> FileAssociations-> 选择*.js,将Spket JavaScript Editor设为Default。
6.新建一个js文件,jQuery自动提示!!
24.Maven:
UpdateSite:http://q4e.googlecode.com/svn/trunk/updatesite-iam/

25.tomcatPlugin
支持Tomcat插件
主页:http://www.eclipsetotale.com/tomcatPlugin.html
安装方法:

(1).解压tomcatPluginV31.zip
(2).将解压目录下文件夹com.sysdeo.eclipse.tomcat_3.1复制到eclipse安装目录中的plugins目录中,即E:\eclipse\plugins
(3).启动Eclipse,启动后你将看到你的菜单上多了一个下拉项Tomcat,点击 窗口->首选项,在左边树中点击tomcat,设置tomcat version为version 5.x,设置tomcat根目录为E:\tomcat,在左边树中点击tomcat->JVM setting,设置JRE为j2sdk1.4.2。
26.jdeclipse
反编译插件,在没有源代码的情况下,按Ctrl+1的时候,就会使用jdeclipse打开class文件,自动就反编译了,不用任何设置。若添加了源代码,则显示你自己添加的源代码。
主页:http://java.decompiler.free.fr/
updateSite: http://java.decompiler.free.fr/jd-eclipse/update

 

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics