当前位置: 代码迷 >> Eclipse >> eclipse 装配jquerwtp插件详解
  详细解决方案

eclipse 装配jquerwtp插件详解

热度:88   发布时间:2016-04-23 12:40:05.0
eclipse 安装jquerwtp插件详解
?■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.
?这个是jquery官网上面的安装说明
?也许英文水平好的人能看懂,但是估计还是有不少人看不懂,或者能看懂英文具体操作也不知道怎么做。
?让我给大家翻译一下及具体的操作步骤
?step1:下载jqueryWTP_version.jar 文件 http://code.google.com/a/eclipselabs.org/p/jquerywtp/downloads/list
?step2:找到你的eclipse 插件目录下面有个 org.eclipse.wst.jsdt.core_version.jar 文件 version代表不同的版本号
?解释说明一下我的是在D:\Soft\eclipse\eclipse\plugins\org.eclipse.wst.jsdt.core_1.1.101.v201108151912.jar 这个文件,找到它后备份一下,防止安装失败损坏这个原始文件
?有可能你在你的插件目录下面没有这个文件,那是因为你的eclipse没有安装这个插件,你可以尝试去安装这个插件后然后在安装jqueryWTP,但是我觉得不太好,非常的麻烦,况且那样就不好安装成功了,没有试过,我的eclipse是3.3.2的就没有,所以我特意下载了eclipse3.5的版本,其他的没有测试过。
?step3:双击jqueryWTP_version.jar这个文件打开,但是大多数人都会报错,做好用命令行来执行,首先java配置环境变量,运行 java -version 查看你的jdk是1.6版本的才行,
?确认之后 输入java -jar jqueryWTP1.20foEN.jar 回车
?step4:然后就会出现一个对话框,第1个文本框jar file 中输入你的org.eclipse.wst.jsdt.core_1.1.101.v201108151912.jar文件所在的位置,我输入
?D:\Soft\eclipse\eclipse\plugins\org.eclipse.wst.jsdt.core_1.1.101.v201108151912.jar? 第2行输入新生成文件的输出路径,比如d:/
?第3行 有个canvas context variable name 的内容不用管,默认。
?step5:点击生成按钮,如果成功会有一个提示,如果出错的话会在命令行上打出错误信息,在具体分析,反正我的是一次就成功了,没有出错,幸运
?step6:你会在d:/目录下找到一个和org.eclipse.wst.jsdt.core_1.1.101.v201108151912.jar同名的文件,是刚才生成的,用这个新生成的文件替换
?D:\Soft\eclipse\eclipse\plugins\org.eclipse.wst.jsdt.core_1.1.101.v201108151912.jar 下的文件,
?step7:删除你的工作空间下面 workspace/.metadata/.plugins/下面的 org.eclipse.wst.jsdt.core 文件夹
?step8:重新启动 eclipse,很是激动啊,就剩一步就ok了。
?step9:然后打开一个html文件或者 js文件,看能不能自动智能提示。
?一切ok 不管有没有问题给个评论,谢了。
还有一点需要注意的是一定要创建web项目,创建java项目也会导致智能提示不好用
  相关解决方案