Myeclipse的jquery插件jqueryWTP安装
下载插件jqueryWTP1.20foCN.jar
地址:http://www.langtags.com/jquerywtp/
最新版本1.20貌似就更新到1.6的jquery,凑合用了
1、downloadjqueryWTP_version.jar
下载这个jqueryWTP_对应的版本的jar文件。如:jqueryWTP1.20foCN.jar
2、findyouEclipsePluginorg.eclipse.wst.jsdt.core_version.jar,backuptheplugin.
找到你的Eclipse插件org.eclipse.wst.jsdt.core_version.jar文件备份这个插件,我用的是MyEclipse这个jar文件在MyEclipse的安装目录Common\plugins目录下
3、doubleclickthejarfileorrunwithcommandjava-jarjqueryWTP.version.jar
双击jqueryWTP.version.jar文件。或者在cmd(命令行中)进入jqueryWTP.version.jar所在的目录。执行java-jarjqueryWTP.version.jar命令。(这里的前提是你安装了JDK并设置好了环境变量)
4、ontheopenedswingUI,chooseorg.eclipse.wst.jsdt.core_version.jar,andoutputdir.
这时打开了一个Swing窗体。选择org.eclipse.wst.jsdt.core_version.jar并且指定输出目录。
5、clickgeneratebutton.
点击“Generate”按钮
6、replaceoldorg.eclipse.wst.jsdt.core_version.jarfilewiththegeneratedfile.
用生成的org.eclipse.wst.jsdt.core_version.jar文件替换旧的org.eclipse.wst.jsdt.core_version.jar文件。
7、deletedirectoryworkspace/.metadata/.plugins/org.eclipse.wst.jsdt.core
删除你“工作空间”(即你的Eclipse运行的工作空间)的.metadata/.plugins/目录下的org.eclipse.wst.jsdt.core文件夹
8、starteclipse.
运行Eclipse。
9、openahtmlfileorajsfile,editjscontent.
打开html文件或者javascript文件,编辑js内容。
相关推荐
A.在myeclise中恢复例子开发环境:1>在myeclipse中新建一个web工程,项目名称自己任意取名,"J2EE Specification Level"一栏选择"J2EE1.4",然后点击"