在 Eclipse Kepler 4.3 中安装 JSDT jQuery 插件

Installing JSDT jQuery plugin in Eclipse Kepler 4.3(在 Eclipse Kepler 4.3 中安装 JSDT jQuery 插件)

本文介绍了在 Eclipse Kepler 4.3 中安装 JSDT jQuery 插件的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我已经从 这里.

并成功安装了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/更新站点

提前致谢.

推荐答案

方法一:

  1. 运行 Eclipse
  2. 帮助 -> 安装新软件
  3. 复制这个链接地址粘贴到使用部分并点击Enter
  4. 几秒后JSDT jQuery复选框会出现.
  5. 检查 JSDT jQuery 并按下下一步按钮并再次下一步..
  6. 接受许可协议并按完成.
  7. 重启 Eclipse
  1. Run Eclipse
  2. Help -> Install New Software
  3. Copy this link address and paste it on Work with section and hit Enter
  4. After a few seconds JSDT jQuery checkbox will be appears.
  5. Check JSDT jQuery and press next button and Next again..
  6. Accept License Agreement and press Finish.
  7. Restart Eclipse

方法二:

  1. 下载并安装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.

之后:

  1. 运行 Eclipse Kepler
  2. 帮助 -> 安装新软件 -> 添加 -> 存档
  3. 选择已下载的 ZIP 文件,然后输入名称.
  4. 点击确定.
  5. 选中 JSDT Plugin 复选框并点击 Next.
  6. 接受许可并按确认.
  7. 重启 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 插件