简体   繁体   English

Eclipse Oomph Windows 64位安装程序下载Linux工具

[英]Eclipse Oomph windows 64 bit installer downloading linux tools

I am installing eclipse using the Oomph installer tool. 我正在使用Oomph安装程序工具安装eclipse。

I am seeing in the logs that linux tools are getting downloaded, which is taking time as well. 我在日志中看到linux工具正在下载,这也需要时间。

I would like to understand the reason. 我想了解原因。 If we are installing Eclipse using Oomph we are not sure of what plugins and jars will be downloaded. 如果我们使用Oomph安装Eclipse,则不确定将下载哪些插件和jar。 How does this work? 这是如何运作的?

Collecting 1 artifacts from http://download.eclipse.org/linuxtools/updates-docker-nightly/ http://download.eclipse.org/linuxtools/updates-docker-nightly/收集1个工件

Downloading org.bouncycastle.bcprov 下载org.bouncycastle.bcprov

Fetching org.bouncycastle.bcprov_1.52.0.v20160915-1535.jar from http://download.eclipse.org/linuxtools/updates-docker-nightly/plugins/ http://download.eclipse.org/linuxtools/updates-docker-nightly/plugins/获取org.bouncycastle.bcprov_1.52.0.v20160915-1535.jar

Java lives on dependencies. Java依赖于依赖。 For instance, bouncycastle is a crypto library. 例如,bouncycastle是一个加密库。 It's used for many things, including securing connections. 它用于许多方面,包括保护连接。 It's probably a dependency of at least 10 other tools in Eclipse. 它可能是Eclipse中至少10个其他工具的依赖项。

Whenever a Java tool in Eclipse declares a dependency, the installer is going to go out to a public repository and fetch that dependency so your program will build properly. 每当Eclipse中的Java工具声明依赖项时,安装程​​序都会转到公共存储库并获取该依赖项,以便您的程序正确构建。 That's generally true of installers and build tools beyond Eclipse as well. Eclipse以外的安装程序和构建工具通常也是如此。

Any Eclipse installation based on Oomph uses a "Set Up Model" which is just a declarative description of which Eclipse plugins from which "p2 repositories" (= URLs of site that offer Eclipse plugins) are downloaded. 任何基于Oomph的Eclipse安装都使用“设置模型”,这只是对从中下载“ p2存储库”(=提供Eclipse插件的站点的URL)的Eclipse插件的说明。

Are you by any chance seeing this problem when using (my...) https://github.com/vorburger/opendaylight-eclipse-setup ? 使用(my ...) https://github.com/vorburger/opendaylight-eclipse-setup时,您是否偶然看到此问题? ;-) I used to include " http://download.eclipse.org/linuxtools/updates-docker-nightly/ , but have long since removed it again . ;-)我以前包括“ http://download.eclipse.org/linuxtools/updates-docker-nightly/ ,但很久以来再次将其删除

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM