Eclipse插件JSEclipse和Aptana的下载和安装
插件介绍:JSEclipse是个Eclipse下的免费Javascript脚本编辑器,最大的特点就是对js的自动完成功能非常完美,支持普通DOM对象的点取,如document对象,screen对象等等...
?下面我将介绍在Eclipse中如何安装JSEclipse:
?在http://www.interaktonline.com/Products/Eclipse/JSEclipse/Overview/中下载JSEclipse中下载JSEclipse_1.5.5.jar(此时的最新版本);我们将JSEclipse_1.5.5解压后在产生的文件夹中的readme.txt里有解压产生的文件夹的说明,其中有描述如下:
?? - features/ - this folder includes the JSEclipse features
?? - plugins/ - this folder includes the JSEclipse plugin
?? - documentation - this folder contains the JSEclipse user manual in?two different formats: Windows Help File (CHM) and FlashHelp
?? - License/ - the file includes the JSEclipse license (please select the one in your language)
?? - site.xml - this file is the site descriptor. It is used by the Eclipse IDE to determine the JSEclipse package location.
? - Install.txt - the file includes the JSEclipse installation notes
? - Readme.txt - this file
显示了各个文件夹的作用;
我们打开documentation 这个文件夹,有chm和flash这两中说明文档,其中有在Eclipse中安装JSEclipse的说明(见2000_installing.htm)
让Eclipse在网络上来查找JSEclipse的安装文件
? 在Eclipse里如下选择:Help > Software Updates ->Find and Install再随后打开的对话框里选择Search for new features to install,再随后打开的对话框里选择New remote site按钮,在打开的"New Update Site"中输入如下:
?? Name: JSEclipse from Adobe Labs
?? URL : http://download.macromedia.com/pub/labs/jseclipse/autoinstall
?? 点击OK
随后将 JSEclipse from Adobe Labs 选中,然后就是安装了;?
插件介绍:Aptana写javascript和ajax很强,但是aptana单独安装会很大,为了偷懒,索性就在eclipse上在线安装插件吧。。。
在这里有详细步骤:http://update.aptana.com/update/3.2/
其中升级最为关键的一步:
插件名称:JSEclipse
升级url:http://update.aptana.com/update/3.2/
最后会出来:Aptana Web Development Tools。。。。。然后点完成。。。ok。。自己升级去吧!