jQueryWTP插件下载及安装

软件主页: http://www.langtags.com/jquerywtp/

下载地址: http://sourceforge.net/projects/jquerywtp/files/

官方安装步骤:

Installations

step1:download jqueryWTP_version.jar
step2:find you Eclipse Plugin org.eclipse.wst.javascript.ui_xxxxxxx.jar,backup the plugin.
step3:double click the jar file or run with command java -jar jqueryWTP.version.jar
step4:on the opened swing UI,choose org.eclipse.wst.javascript.ui_xxxxxxx.jar,and output dir.
step5:click generate button.
step6:replace old org.eclipse.wst.javascript.ui_xxxxxxx.jar file with the generated file.
step7:restart eclipse.
step8:open a html file,edit js content.

 

1.下载附件中的jar文件
2.打开Eclipse的plugin目录,备份org.eclipse.wst.javascript.ui_xxxxxxx.jar
3.运行刚下载的jar文件,或用命令java -jar jqueryWTP.version.jar
4.在打开的swing窗口中的第一个文本框选择org.eclipse.wst.javascript.ui_xxxxxxx.jar,在输出目录中5.选

  择您要输出的目录,如c:\
6.点击“generator”按钮,在c:\下找到org.eclipse.wst.javascript.ui_xxxxxxx.jar覆盖掉原eclipse的文件
7.重启eclipse即可

8.打开一个html文件,编辑js内容

--------------------------------------------------------------------------------------------------
以上是在Eclipse下面的安装方法,下面介绍一下我在MyEclipse6.5下面安装的过程:

第一步:下载jqueryWTP_version.jar这个文件

第二步:在D:\MyEclipse 6.5\myeclipse\eclipse\plugins目录下找到

       org.eclipse.wst.javascript.ui_1.0.103.zmyeclipse650200806.jar这个文件(读者机器上的文件名不

       一定和我机器上完全一样,但应该是类似

       org.eclipse.wst.javascript.ui_******.zmyeclipse*********.jar这种)

第三步:双击你下载的jqueryWTP_version.jar文件或者在命令行运行java -jar jqueryWTP.version.jar

第四步:出现界面了

jQueryWTP插件下载及安装_第1张图片

选择要修改jar文件(我这里的是

D:/MyEclipse6.5/myeclipse/eclipse/plugins/org.eclipse.wst.javascript.ui_1.0.103.zmyeclipse650200806.jar)
/选择输出路径(output dir). (我这里选择了D盘根目录)

第五步:点击generate 按钮

第六步:用生成后的文件替换

D:/MyEclipse6.5/myeclipse/eclipse/plugins/org.eclipse.wst.javascript.ui_1.0.103.zmyeclipse650200806.jar文件
第七步:重启eclipse

第八步:打开一个文件,编辑Js文本,你会发现支持jQuery了


注意】 要用jdk1.6版本的


转自:http://blog.sina.com.cn/s/blog_4f925fc30100l4ld.html

你可能感兴趣的:(开发工具)