通过Eclipse安装Aptana Studio 3
在很多地方看见的地址已经不是最近能够使用的了。这个是人家官网的地址,记录一下。
(from:http://www.aptana.com/downloads/start)
-------------------
- From the Help menu, select Install New Software ... to open the Install New Software dialog.
- Paste the URL for the update site into the Work With text box, and hit the Enter (or Return ) key.
- In the populated table below, check the box next to the name of the plug-in, and then click the Next button.
- Click the Next button to go to the license page.
- Choose the option to accept the terms of the license agreement, and click the Finish button.
- You may need to restart Eclipse to continue.
-------------------------------------------------------------------------
第二种方法
Eclipse安装aptana1.下载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安装成功。