常用Eclipse插件在线安装地址

Srping IDE

http://www.springsource.com/update/e3.5

EasyShell

http://pluginbox.sourceforge.net

M2Eclipse

http://m2eclipse.sonatype.org/sites/m2e/0.10.2.20100623-1649/

Log4E

http://log4e.jayefem.de/update

MoreUnit

http://moreunit.sourceforge.net/update-site/

DBViewer

http://www.ne.jp/asahi/zigen/home/plugin/dbviewer/

Regex Util

http://regex-util.sourceforge.net/update/

Subclipse
http://subclipse.tigris.org/update_1.2.x

Findbugs
http://findbugs.cs.umd.edu/eclipse

JDepend4Eclipse
http://andrei.gmxhome.de/eclipse/

JInto
http://www.guh-software.de/eclipse/

Properties Editor

http://propedit.sourceforge.jp/eclipse/updates/

JAutodoc
http://jautodoc.sourceforge.net/update/

TestNG
http://beust.com/eclipse

Fatjar
http://kurucz-grafika.de/fatjar

Checkstyle
http://eclipse-cs.sourceforge.net/update

ExploreFS
http://www.junginger.biz/eclipse/

Copy Fully Qualified Class Name Plugin(需下载,不是更新连接)

http://www.jave.de/eclipse/copyfully/index.html

Commonclipse

http://commonclipse.sourceforge.net

spket

http://www.spket.com/update

JSEclipse

http://download.macromedia.com/pub/labs/jseclipse/autoinstall/

时间: 2024-12-20 11:57:35

常用Eclipse插件在线安装地址的相关文章

【转载】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

SVN插件eclipse在线安装地址

SVN插件eclipse在线安装地址: https://dl.bintray.com/subclipse/releases/subclipse/ 选上对应的版本,如: https://dl.bintray.com/subclipse/releases/subclipse/4.3.x/ 逐个安装: Core SVNKit Library Subclipse (最新版本) 原文地址:https://www.cnblogs.com/fengtaijun/p/10593429.html

eclipse常用Eclipse插件介绍

以下是我整理的自己开发过程中的常用Eclipse插件: (1)     AmaterasUML         介绍:Eclipse的UML插件,支持UML活动图,class图,sequence图,usecase图等:支持与Java class/interface之间的相互导入导出.        官方网站:http://amateras.sourceforge.jp/cgi-bin/fswiki_en/wiki.cgi?page=AmaterasUML         插件下载URL:http

eclipse插件的安装方法

eclipse插件的安装方法大体有以下三种:  第一种:直接复制法:假设你的Eclipse的在(C:\eclipse), 解压你下载的 eclipse 插件或者安装eclipse 插件到指定目录AA(c:\AA)文件夹,打开AA 文件夹,在AA文件夹里分别包含两个文件夹features和plugins ,然后把两个文件夹里的文件分别复制到eclipse下所对应的文件夹下的features 和plugins 下,一般的把插件文件直接复制 到eclipse目录里是最直接也是最愚蠢的一种方法!因为日后

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

1.Subclipse 源码管理工具Subversion的Java客户端,对使用Subversion做源码管理的,这个相信用的会比较多.默认使用JavaHL接口,如果使用中没有问题的话,最好别切换 官网地址:http://subclipse.tigris.org/ Update site: http://subclipse.tigris.org/update_1.6.x link方式: 1)    从官网下载 2)    解压至 ${eclipse}\eclipse-plugins\svn\ec

eclipse怎样在线安装hibernate tools插件并使用

不知不觉,小Alan已经将近3个月没有上班了,最近在复习一些知识,随时准备回到代码世界的战场,今天复习到了Hibernate,记录一下一点点小知识,那就是eclipse下hibernate Tools的在线安装,离线安装的话速度应该会快那么一些,但是个人感觉没有在线安装简单方便,所以小Alan是宁愿挂在电脑上等等,干点别的事情.有兴趣的可以去网上看看别人的离线安装的文章,反正这种基础的知识网上到处都是,小Alan也是闲着无聊就当是巩固记忆了.那么,我们回到正题. 第一步:启动eclipse(卧槽

eclipse 添加svn插件 - 在线安装

在线安装 1.点击 Help --> Install New Software 2.在弹出的窗口中点击add按钮 Name:subclipse Location:(插件的URL:http://subclipse.tigris.org/update_1.8.x) 原文地址:https://www.cnblogs.com/tianyucheng/p/10107731.html

在Eclipse中在线安装Emmet和图文使用教程

Emmet是一个强大的代码快速编写工具,使用emmet可以提高代码输入效率,特别是前端工程师在编写HTML和CSS代码时,是一个前端开发的利器! 废话少说,直接上图! 在前端开发所用的编辑器,比如sublime text,editplus,webstorm中,使用emmet很方便,但是在eclipse中怎样使用这个插件来提高开发效率呢? 各位看官往下看! ZenCoding 升级为 Emmet 之后,基于 Eclipse 的插件安装地址也发生了变化,下面是在基于 Eclipse 的 IDE 中安

eclipse插件--link安装方式插件失败后的解决之道

使用 link 方式,离线安装 eclipse 插件时,经常失败. 一.常见的失败情况 link方式配好后,eclipse 启动,没有弹出任何信息. 查看当前工作空间--.metadata--.log文件,发现有错误提示: No repository found at file:  {文件夹路径} 这表示,eclipse 没有在此文件夹下,发现所安装的插件. 二.解决方案 首先错误提示中的文件夹下, 存在插件解压后的两个文件夹--plugins 和 features: 启动 eclipse, 查