为 Eclipse Indigo 安装 Gradle 插件

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/18215032/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-19 21:04:09  来源:igfitidea点击:

Install Gradle plugin for Eclipse Indigo

eclipsegradleeclipse-indigo

提问by Aurélio Antonio

I'm trying to install Gradle Integration for Eclipse but i get the following error:

我正在尝试为 Eclipse 安装 Gradle 集成,但出现以下错误:

Communication with repository at http://dist.springsource.com/release/TOOLS/gradle failed.
Communication with repository at http://dist.springsource.com/release/TOOLS/gradle failed.
Read timed out

Anyone knows if there is another way to install this plugin? I've Googled but only found links to install using Eclipse Marketplace.

任何人都知道是否有另一种安装此插件的方法?我在谷歌上搜索过,但只找到了使用 Eclipse Marketplace 进行安装的链接。

采纳答案by Peter Niederwieser

Is the given URL reachable for you? (It is for me.) Anyway, another way to install the plugin is to follow the instructions on its GitHub page.

您可以访问给定的 URL 吗?(这是给我的。)无论如何,安装插件的另一种方法是按照其GitHub 页面上的说明进行操作。

回答by Eric Wang

回答by thuongle

Use this link for Eclipse 4.4: http://dist.springsource.com/release/TOOLS/update/e4.4/Use this link for Eclipse 4.3 or below: http://dist.springsource.com/release/TOOLS/update/e3.7/Make sure you only checked Gradle Integration package.

Eclipse 4.4 使用此链接:http: //dist.springsource.com/release/TOOLS/update/e4.4/Eclipse 4.3 或以下使用此链接:http: //dist.springsource.com/release/TOOLS/ update/e3.7/确保您只检查了 Gradle 集成包。

Hope that help for you!

希望对你有帮助!

回答by pavanlapr

It worked for me by turning off antivirus software.

它通过关闭防病毒软件对我有用。