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

Eclipse插件JSEclipse和Aptana的下载和安装

2011-05-18 20:55 543 查看
插件介绍: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/
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: