Eclipse安装aptana

来源:互联网 发布:快速排序算法实例 编辑:程序博客网 时间:2024/06/05 03:03

1.下载aptana包

http://update.aptana.com/update/studio/3.2/ 

aptana_update_024747.zip(包)

2.安装插件包

解压该文件,解压后的文件夹中新建eclipse文件夹,然后把解压中features和plugins的文件全部复制到其中(其它文件删除),最终文件结构如下图:

     -aptana_update_024747 (直接解压后的文件夹名)

         -----eclipse                      (你新建的文件夹名)

                +------features

                +------plugins

将aptana_update_024747复制到eclipse/dropins下重启eclipse就可以了。

4.设置Aptana

Window->preferences ->Aptana_>editors_javascript->code assist->选择jquery等。最后点击完成。

5.设置workspace 默认js为Aptana模板

Window->preferences->General->Editors->File Associations->*.js 在Associated editors选择Aptana JS Editor并点击Default.

OK,Eclipse jquery aptana安装成功。


转自:http://www.cnblogs.com/terrylin/archive/2012/06/20/2555962.html