首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > JAVA > Eclipse开发 >

Myeclipse的jquery插件jqueryWTP装配

2013-10-25 
Myeclipse的jquery插件jqueryWTP安装下载插件 jqueryWTP1.20foCN.jar地址:http://www.langtags.com/jquery

Myeclipse的jquery插件jqueryWTP安装
下载插件 jqueryWTP1.20foCN.jar

地址:http://www.langtags.com/jquerywtp/

最新版本1.20貌似就更新到1.6的jquery,凑合用了


1、download jqueryWTP_version.jar
下载这个jqueryWTP_对应的版本的jar 文件。如:jqueryWTP1.20foCN.jar

2、find you Eclipse Plugin org.eclipse.wst.jsdt.core_version.jar,backup the plugin.
找到你的Eclipse 插件 org.eclipse.wst.jsdt.core_version .jar  文件 备份这个插件,我用的是MyEclipse 这个jar 文件在MyEclipse 的安装目录 Common\plugins目录下

3、double click the jar file or run with command java -jar jqueryWTP.version.jar
双击jqueryWTP.version.jar 文件。 或者在cmd (命令行中)进入jqueryWTP.version.jar所在的目录。执行java -jar jqueryWTP.version.jar 命令。(这里的前提是你安装了JDK 并设置好了环境变量)

4、on the opened swing UI,choose org.eclipse.wst.jsdt.core_version.jar,and output dir.
这时打开了一个Swing 窗体。选择org.eclipse.wst.jsdt.core_version.jar 并且指定输出目录。

5、click generate button.
点击“Generate”按钮

6、replace old org.eclipse.wst.jsdt.core_version.jar file with the generated file.
用生成的org.eclipse.wst.jsdt.core_version.jar文件替换旧的org.eclipse.wst.jsdt.core_version.jar 文件。

7、delete directory workspace/.metadata/.plugins/org.eclipse.wst.jsdt.core
删除你“工作空间”(即你的Eclipse运行的工作空间)的.metadata/.plugins/目录下的org.eclipse.wst.jsdt.core 文件夹

8、start eclipse.
运行Eclipse 。

9、open a html file or a js file,edit js content.
打开html 文件或者javascript 文件,编辑js 内容。

热点排行