您的位置:首页 > Web前端 > JQuery

Eclipse3.6+JqueryWTP1.2实现Eclipse的Jquery智能提示功能

2012-05-15 10:21 471 查看
1. 打开http://www.langtags.com/jquerywtp/?page_id=11

注意页面说明:

prerequisite:
eclipse version 3.5,3.6
WTP(check is there a file org.eclipse.wst.jsdt.core_1.1.0.vXXXXXXXXX.jar in plugins directory )
Installation
see
here


Download jquery wtp from sourceforge.

我选择的是eclipse3.6, 下载的版本是Eclipse IDE for Java EE Developers, (206 MB)。

JqueryWTP1.20下载的文件是:jqueryWTP1.20foJP.jar

2. JqueryWTP1.20安装说明:http://www.langtags.com/jquerywtp/?page_id=4

step1:download jqueryWTP_version.jar
step2:find you Eclipse Plugin org.eclipse.wst.jsdt.core_version.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.jsdt.core_version.jar,and output dir.
step5:click generate button.
step6:replace old org.eclipse.wst.jsdt.core_version.jar file with the generated file.
step7: delete directory workspace/.metadata/.plugins/org.eclipse.wst.jsdt.core

step8:start eclipse.
step9:open a html file or a js file,edit js content.

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