在 Eclipse Kepler 4.3 中安装 JSDT jQuery 插件

2023-08-22Java开发问题
2

本文介绍了在 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 插件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

The End

相关推荐

在 Eclipse 项目中使用西里尔文 .properties 文件
Use cyrillic .properties file in eclipse project(在 Eclipse 项目中使用西里尔文 .properties 文件)...
2024-08-25 Java开发问题
18

Eclipse 在尝试启动 Android 应用程序时卡住了
Eclipse gets stuck when trying to launch Android app(Eclipse 在尝试启动 Android 应用程序时卡住了)...
2024-08-25 Java开发问题
14

Eclipse:无法初始化监视器线程:无法建立环回连接
Eclipse: Failed to initialize Monitor Thread: Unable to establish loopback connection(Eclipse:无法初始化监视器线程:无法建立环回连接)...
2024-08-25 Java开发问题
4

Eclipse-找不到JDK
Eclipse- JDK not found(Eclipse-找不到JDK)...
2024-08-25 Java开发问题
6

如何让 Eclipse 在 Windows 7 任务栏中表现良好?
How to make Eclipse behave well in the Windows 7 taskbar?(如何让 Eclipse 在 Windows 7 任务栏中表现良好?)...
2024-08-25 Java开发问题
9

本机方法中的致命错误:JDWP 未初始化传输,jvmtiError=AGENT_ERROR_TRANSPORT_INIT
FATAL ERROR in native method: JDWP No transports initialized, jvmtiError=AGENT_ERROR_TRANSPORT_INIT(197)(本机方法中的致命错误:JDWP 未初始化传输,jvmtiError=AGENT_ERROR_TRANSPORT_INIT(197))...
2024-08-25 Java开发问题
107