Heim  >  Artikel  >  Datenbank  >  myeclipse 9.1 安装aptana 3.2 及 FindBugs插件

myeclipse 9.1 安装aptana 3.2 及 FindBugs插件

WBOY
WBOYOriginal
2016-06-07 15:24:171446Durchsuche

准备工作: aptana下载地址: http://update1.aptana.org/studio/3.2/024747/aptana_update_024747.zip 网页更新地址:http://update1.aptana.org/studio/3.2/024747/index.html 安装方法: 1. 在..\MyEclipse\MyEclipse 9\dropins目录下新建aptana3.2文件夹 2.

准备工作:

aptana下载地址: http://update1.aptana.org/studio/3.2/024747/aptana_update_024747.zip

网页更新地址: http://update1.aptana.org/studio/3.2/024747/index.html

安装方法:

1. 在..\MyEclipse\MyEclipse 9\dropins目录下新建aptana3.2文件夹

2. 解压下载的aptana_update_024747.zip包, 将features和plugins两个目录拷贝到aptana3.2文件夹下(压缩包中其他文件就不要了)

3. 在..\MyEclipse\MyEclipse 9\dropins目录下新建aptana.link文件, 内容如下(根据自己实际路径更改)

path=D:\\Coding\\MyEclipse\MyEclipse 9\\dropins\\aptana3.2

4. 重启myeclipse即可生效

5. Windows -> Preferences -> File Associations中, 将js, html等默认打开方式改成Aptana JS Editor

6. enjoy it!


参考文章: http://www.cnblogs.com/yinger/archive/2011/08/29/2157193.html

=============================================================================

准备工作:

FindBugs地址: http://sourceforge.net/projects/findbugs/files/findbugs%20eclipse%20plugin/

下载结果的文件名如: edu.umd.cs.findbugs.plugin.eclipse_1.3.9.20090821.zip

安装方法:

1. 在..\MyEclipse\MyEclipse 9\dropins目录下新建findbugs文件夹

2. 在findbugs文件夹下新建features和plugins两个目录

3. 解压edu.umd.cs.findbugs.plugin.eclipse_1.3.9.20090821.zip, 将解压出来的整个edu.umd.cs.findbugs.plugin.eclipse_1.3.9.20090821文件夹分别拷贝到features和plugins两个目录下

4. 在..\MyEclipse\MyEclipse 9\dropins目录下新建findbugs.link文件, 内容如下(根据自己实际路径更改)

path=D:\\Coding\\MyEclipse\\MyEclipse 9\\dropins\findbugs

5. 重启myeclipse即可生效

6. Window -> Show View -> Other.. -> 调出Bug Explore视图

7. 在项目上右击 -> Find Bugs -> Find Bugs进行扫描bug, 即可在Bug Explore视图下看到所有项目中存在的bug了

Stellungnahme:
Der Inhalt dieses Artikels wird freiwillig von Internetnutzern beigesteuert und das Urheberrecht liegt beim ursprünglichen Autor. Diese Website übernimmt keine entsprechende rechtliche Verantwortung. Wenn Sie Inhalte finden, bei denen der Verdacht eines Plagiats oder einer Rechtsverletzung besteht, wenden Sie sich bitte an admin@php.cn