Eclipse 常用插件

先说删除插件。eclipse3.7-help-about eclipse-installation details

 

一、subVersion

 

 

安装subClipse插件

官网:http://subclipse.tigris.org/servlets/ProjectProcess?pageID=p4wYuA 

 

二、tomcat 插件

 

 

安装Tomcat插件 

参考:http://www.eclipsetotale.com/tomcatPlugin.html 

下载:tomcatPluginV33.zip


三、Jetty 插件

安装Jetty
插件官网:http://code.google.com/p/run-jetty-run/ 

Location:http://run-jetty-run.googlecode.com/svn/trunk/updatesite 

四、Jad 反编译(现在改用JD-eclipse)

安装jadclipse
官网:http://jadclipse.sourceforge.net/wiki/index.php/Main_Page#News 
Location:http://jadclipse.sourceforge.net/update/ 
下载Jad.exe
http://www.varaneckas.com/jad 

Window>Preferences...>Java>JadClipse>Path to Decompiler.下配置Jad的可执行文件路径(设置完整路径,例如:C:\Program File\Jad\jad.exe)
Window>Preferences..>General>Editors>File Associations查看,确保*.class 文件已经默认为JadClipse的查看器打开。

如果报错,很可能是jad与jadclipse版本不匹配。

另,使用时发现有些反编译效果不好。附件里有个反编译软件。jd-gui-0.3.3.windows.zip。也不错。

五、字节码查看 插件 bytecode


六、 easyexplore

附件里:org.sf.easyexplore_1.0.4.rar。把jar放到plugin目录即可。

七、UML

附件:AmaterasUML_1.3.3.zip。

你可能感兴趣的:(eclipse)