您的位置:首页 > 编程语言 > Java开发

通过Eclipse安装Aptana Studio 3

2012-11-20 15:24 127 查看
通过Eclipse安装Aptana Studio 3

在很多地方看见的地址已经不是最近能够使用的了。这个是人家官网的地址,记录一下。

(from:http://www.aptana.com/downloads/start)

-------------------

通过Eclipse 安装
粘贴下面的url。然后在eclipse 的帮助菜单下选择install new software 。

http://download.aptana.com/studio3/plugin/install

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安装aptana

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安装成功。
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  Eclipse Aptana