1. 在线安装:Help->Install New Software...->Add...->
Name: "Aptana",
Location: http://download.aptana.org/tools/studio/plugin/install/studio
Location: http://download.aptana.com/studio3/plugin/install【正确地址】
下载完毕,按步骤一步一步next,最后重启 Eclipse 。
2.给Aptana添加JQuery
Help->Install Aptana Plugin->javascript libraried ->Jquery
最后一直点next直到完成。
3.设置Aptana
Window->preferences ->Aptana_>editors_javascript->code assist->选择jquery等。最后点击完成。
4.设置workspace 默认js为Aptana模板
Window->preferences->General->Editors->File Associations->*.js 在Associated editors选择Aptana JS Editor并点击Default.
OK,Eclipse jquery aptana安装成功。
5、补充说明:
Aptana Studio 2.0.5和Aptana Studio 3.0.2,好像不可以手动下载,可以用Eclipse更新的方式下载。
在Eclipse工具栏,选择Help -> Software Updates -> Find and Install...-> Search for new features to install ->New remote site... Name:
"Aptana", Url: "http://download.aptana.com/studio3/plugin/install"下载完毕重启 Eclipse
但是安装完成之后,重启MyEclipse报下面的错误!!
Error opening the editor.
java.lang.NullPointerException
这个问题解决起来很简单,
打开myeclipse->Preference->Aptana->MyAptana/Message Center
去掉 use fireFox as the Aptana Home Page Browser 前面的勾
重启Myeclipse,问题就解决了。