什么是默认的 Eclipse 更新站点?
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/1987391/
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
What are the default Eclipse update sites?
提问by Thomas Owens
I just installed and opened Eclipse for the first time on my new laptop and the plugin installer has no available update sites. How can I fix this, or what are the default update sites?
我刚刚在我的新笔记本电脑上第一次安装并打开了 Eclipse,插件安装程序没有可用的更新站点。我该如何解决这个问题,或者默认的更新站点是什么?
回答by VonC
You have a full list here(thanks to ekke).
Galileo:
伽利略:
- Releases: http://download.eclipse.org/releases/galileo(should be automatically installed)
- Maintenance builds: http://download.eclipse.org/eclipse/updates/3.5(should be automatically installed)
- Milestones: http://download.eclipse.org/eclipse/updates/3.5milestones
- EPP Packages http://download.eclipse.org/technology/epp/packages/galileo/
- Releases:http: //download.eclipse.org/releases/galileo(应该会自动安装)
- 维护版本:http: //download.eclipse.org/eclipse/updates/3.5(应该会自动安装)
- 里程碑:http: //download.eclipse.org/eclipse/updates/3.5milestones
- EPP 包http://download.eclipse.org/technology/epp/packages/galileo/
Note: With Helios (3.6Mx), you would have at least:
注意:使用 Helios (3.6Mx),您至少拥有:
- Releases (Helios): http://download.eclipse.org/releases/helios
- Updates: http://download.eclipse.org/eclipse/updates/3.6
- 发布(Helios):http: //download.eclipse.org/releases/helios
- 更新:http: //download.eclipse.org/eclipse/updates/3.6
With Juno (current 4.2):
使用 Juno(当前 4.2):
回答by John Doe
For 3.7 (Indigo) on Ubuntu, there were no default sites. So I downloaded the portable one and exported the update sites. You can just save this and import it in 3.7.
对于 Ubuntu 上的 3.7 (Indigo),没有默认站点。所以我下载了便携版并导出了更新站点。您可以保存它并在 3.7 中导入它。
<?xml version="1.0" encoding="UTF-8"?>
<bookmarks>
<site url="http://download.eclipse.org/releases/indigo" selected="true" name="Indigo"/>
<site url="http://download.eclipse.org/eclipse/updates/3.7" selected="true" name="The Eclipse Project Updates"/>
</bookmarks>
回答by Michael-O
Just an update for this issue which I have hit yesterday too. This has been fixed since 4.3M4, see this commenton the respective issue.
只是我昨天遇到的这个问题的更新。此问题自 4.3M4 起已修复,请参阅有关相应问题的评论。
回答by Andy White
I think it's something along these lines, although I can't seem to find it now, and don't have Eclipse installed here. There might be a path extension on it for different versions.
我认为它与这些类似,虽然我现在似乎找不到它,而且这里没有安装 Eclipse。可能有不同版本的路径扩展。