`
fei_6666
  • 浏览: 203415 次
  • 性别: Icon_minigender_1
  • 来自: 北京
社区版块
存档分类
最新评论

eclipse 插件配置地址

阅读更多
1.maven插件地址
http://m2eclipse.sonatype.org/update-dev/

2.Jetty Eclipse plugin download site.

http://www.webtide.com/eclipse

3.jettylauncher
Eclipse 的 Update 地址是:
http://jettylauncher.sourceforge.net/updates

4.Jetty有一个优点就是加载速度快,特别适合那些在开发过程没耐心等待容器缓慢加载的同学。在Eclipse中运行有若干个方法,我今天介绍的是通过Eclipse的Jetty插件来实现Jetty的启动。

安装
Jetty的插件安装地址是
http://run-jetty-run.googlecode.com/svn/trunk/updatesite

安装过程很简单就不在说明了,还有一些有用的Eclipse插件可以参考常用Eclipse插件整理。

5.csdn总结的eclipse插件
http://opensource.csdn.net/project/tag/148?show=hots&p=9

6.ibator配置地址
http://ibatis.apache.org/tools/ibator


6.jetty配置
http://blog.csdn.net/charles1900/archive/2007/11/02/1863296.aspx

7.svn 插件地址
http://subclipse.tigris.org/update_1.6.x

8.spket 强大的js编辑插件,同时可以编辑html,css,php

Name: spket Url:Name: “Spket”,
Url: “http://www.spket.com/update/”


MyEclipse js 插件 破解版 spket 插件 经典插件 extjs 插件

http://d.download.csdn.net/down/2728892/lilinhai548

9. JSEclipse!

插件介绍:JSEclipse是个Eclipse下的免费Javascript脚本编辑器,最大的特点就是对js的自动完成功能非常完美,支持普通DOM对象的点取,如document对象,screen对象等等...
下面我将介绍在Eclipse中如何安装JSEclipse:
让Eclipse在网络上来查找JSEclipse的安装文件
在Eclipse里如下选择:Help > Software Updates ->Find and Install再随后打开的对话框里选择Search for new features to install,再随后打开的对话框里选择New remote site按钮,在打开的"New Update Site"中输入如下:
   Name: JSEclipse from Adobe Labs
   URL : http://download.macromedia.com/pub/labs/jseclipse/autoinstall
   点击OK
随后将 JSEclipse from Adobe Labs 选中,然后就是安装了;

因为下载的Ext包里的js文件都是密密麻麻的无格式化的代码。而插件中的ctrl + shift + F让我有一种熟悉的感觉,这样在eclipse中可以清晰的看到js的结构。

10. Commonclipse
下载地址:
http://commonclipse.sourceforge.net/download.html
升级地址:
http://commonclipse.sourceforge.net

Commonclipse is an eclipse plugin for jakarta commons-lang users. It features automatic generation of the following methods using commons-lang builders:

•toString()
•hashcode()
•equals(Object)
•compareTo(Object)
Commonclipse supports customization of generated methods (custom ToStringStyle, use of appendSuper(), excluded fields) through user defined properties. Commonclipse actions are available both in java editor views and in package explorer


Eclipse反编译插件: Jodeclipse与JadClipse

(1)从如下地址下载:

http://sourceforge.net/projects/jodeeclipse

把下载下来的文件jodeplugin_1.0.5.zip直接解压到eclipse的plugins目录下。

(2)启动eclipse,help -> Software Updates-> Find and Install... -> Search for new features to install,单击"New Remote Site..." 在URL栏输入 http://www.technoetic.com/eclipse/update然后下一步,就可以看到“jode decompiler plugin *.*”,选上安装就可以了。安装好后可以看到Window -> Preferences...-> Java -> Jode Decompiler选项卡,okay,安装成功了。

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics