Installing JSDT jQuery plugin in Eclipse Kepler 4.3(在 Eclipse Kepler 4.3 中安装 JSDT jQuery 插件)
问题描述
我已经从 这里的官方网站下载了 Eclipse Kepler 4.3一个>.
并成功安装了PDT插件(Eclipse -> Help -> Install new software).
And installed PDT plugin successfully (Eclipse -> Help -> Install new software).
问题:
我需要安装 JSDT jQuery 插件.
I need to install JSDT jQuery plugin.
我试过了:
Help -> Eclipse MarketPlace -> JSDT jQuery (Install)
但是让我出现以下错误:
But get me following error :
在https://svn.codespot.com/a/eclipselabs.org/jsdt-jquery/更新站点
提前致谢.
推荐答案
方法一:
- 运行 Eclipse
- 帮助 -> 安装新软件
- 复制这个链接地址粘贴到
使用部分并点击Enter - 几秒后
JSDT jQuery复选框会出现. - 检查
JSDT jQuery并按下下一步按钮并再次下一步.. - 接受许可协议并按完成.
- 重启 Eclipse
- Run Eclipse
- Help -> Install New Software
- Copy this link address and paste it on
Work withsection and hit Enter - After a few seconds
JSDT jQuerycheckbox will be appears. - Check
JSDT jQueryand press next button and Next again.. - Accept License Agreement and press Finish.
- Restart Eclipse
方法二:
下载并安装SVN客户端,例如TortoiseSVN
导入存储库一个>.粘贴此 URL https://svn.codespot.com/a/eclipselabs.org/jsdt-jquery/updatesite 在存储库字段的 URL 中.
Import the repository. Paste this URL https://svn.codespot.com/a/eclipselabs.org/jsdt-jquery/updatesite in the URL of the repository field.
然后点击OK.
之后:
- 运行 Eclipse Kepler
- 帮助 -> 安装新软件 -> 添加 -> 存档
- 选择已下载的 ZIP 文件,然后输入名称.
- 点击确定.
- 选中 JSDT Plugin 复选框并点击
Next. - 接受许可并按确认.
- 重启 Eclipse
更新
如果您因任何原因无法下载(特别为伊朗人),您可以从以下链接下载:
If you are unable to download that for any reasons(Specially for Iranian people), you can download that from below link :
http://www.mediafire.com/download/924166rcorf4bt1/JSDT_jQuery_-_20131019.zip
然后做上面的步骤
这篇关于在 Eclipse Kepler 4.3 中安装 JSDT jQuery 插件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:在 Eclipse Kepler 4.3 中安装 JSDT jQuery 插件
基础教程推荐
- 存储 20 位数字的数据类型 2022-01-01
- REST Web 服务返回 415 - 不支持的媒体类型 2022-01-01
- 如何对 Java Hashmap 中的值求和 2022-01-01
- 问题http://apache.org/xml/features/xinclude测试日志4j 2 2022-01-01
- RabbitMQ:消息保持“未确认"; 2022-01-01
- 修改 void 函数的输入参数,然后读取 2022-01-01
- Struts2 URL 无法访问 2022-01-01
- 无法复制:“比较方法违反了它的一般约定!" 2022-01-01
- 使用堆栈算法进行括号/括号匹配 2022-01-01
- Spring AOP错误无法懒惰地为此建议构建thisJoinPoin 2022-09-13
