eclipse 无法执行操作。计算替代解决方案,可能需要一段时间 STS?
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/28983382/
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
Cannot perform operation. Computing alternate solutions, may take a while STS?
提问by tonix
I would like to ask what does this error mean when adding a new Available Software Site
and installing new software in Eclipse/STS (Spring Tool Suite) using Install New Software
?
我想问一下Available Software Site
在 Eclipse/STS (Spring Tool Suite) 中添加新软件并安装新软件时,这个错误是什么意思Install New Software
?
I am experiencing this problem with the Spring Tool Suite Nightly Build
:
我遇到了这个问题Spring Tool Suite Nightly Build
:
http://dist.springsource.com/snapshot/STS/nightly-distributions.html
http://dist.springsource.com/snapshot/STS/nightly-distributions.html
I am trying to update my STS and reinstall the Welcome Dashboard
. When I try to add the following Available Software Site
:
我正在尝试更新我的 STS 并重新安装Welcome Dashboard
. 当我尝试添加以下内容时Available Software Site
:
http://dist.springsource.com/snapshot/TOOLS/nightly/e4.5
http://dist.springsource.com/snapshot/TOOLS/nightly/e4.5
I select all the items in order that they all will be installed,
我选择所有项目以便安装它们,
Then this message is shown in the progress indicator:
然后此消息显示在进度指示器中:
Cannot perform operation. Computing alternate solutions, may take a while.
无法执行操作。计算替代解决方案可能需要一段时间。
Sometimes I get this message even when trying to update something.
有时即使在尝试更新某些内容时我也会收到此消息。
What does it mean? That I have some items already installed? That there's a problem contacting the site?
这是什么意思?我已经安装了一些项目?联系网站时出现问题?
采纳答案by aboyko
Means that plugins that you have are conflicting with the ones attempted to be installed. Once it computes the alternate paths, it pops up the next wizard page. you should be able to see what the conflicts are. In this particular case it might be something related to Groovy Eclipse. Try not selecting Groovy and Grails and see if that helps.
意味着您拥有的插件与尝试安装的插件相冲突。一旦它计算出备用路径,它就会弹出下一个向导页面。您应该能够看到冲突是什么。在这种特殊情况下,它可能与 Groovy Eclipse 相关。尽量不要选择 Groovy 和 Grails,看看是否有帮助。