2

I know I can install IBM Eclipse Tools for Bluemix on-line from Eclipse Marketplace or WasDev site, but I am looking for a download package (ZIP file) to be able to install it in offline machines.

Thanks!

4

1 回答 1

5

您可以使用 eclipse 存储库镜像功能将 IBM Eclipse Tools for Bluemix 下载到本地目录,然后您可以将离线 eclipse 安装指向该目录。您可以在此处遵循存储库镜像指南。

IBM Eclipse Tools for Bluemix 更新站点可以作为更新站点/下载符号在市场页面上找到。更新站点在这里

如果您遵循存储库镜像 wiki,那么您只需要执行以下操作:

eclipse -nosplash -verbose
 -application org.eclipse.equinox.p2.metadata.repository.mirrorApplication
 -source http://public.dhe.ibm.com/ibmdl/export/pub/software/websphere/wasdev/updates/cloud/V1.0/
 -destination /tmp/eclipsetoolsforbluemix

然后(请注意,下载内容可能需要一些时间):

eclipse -nosplash -verbose
 -application org.eclipse.equinox.p2.artifact.repository.mirrorApplication
 -source http://public.dhe.ibm.com/ibmdl/export/pub/software/websphere/wasdev/updates/cloud/V1.0/
 -destination /tmp/eclipsetoolsforbluemix

完成这些后,您可以进入 Eclipse 安装,选择“ Help->Install New Software.. ”,单击“ Add Repository ”并选择您的本地存储库(即 /tmp/eclipsetoolsforbluemix)。然后,您应该能够从本地存储库安装插件,而无需访问 Internet,显然本地存储库可能位于 USB 记忆棒或共享驱动器上,具体取决于您希望如何进行安装。

对于 Bluemix 的 IBM Eclipse 工具,您需要确保还检查要安装的 Cloud Foundry 插件,这些插件包含在镜像中。Liberty Server eclipse 插件是可选安装。

于 2015-05-10T09:57:33.117 回答