0

I need to install Spring Tools 4 Plugin into my Eclipse IDE. The Problem is, that I dont have any Internet access on this machine. My other Plugins like SonarLint, MoreUnit I installed via zip archive available on official sites or github.

Install New Software -> add archive.

I cant find any zip archives for Spring Boot Tools 4. Is there a way to get it or another way to install that plugin offline?

I tried to download and install everything on another machine and copy it, but its forbidden to connect bigger usb drives to the machine. For the plugin itsef it will be ok.

4

1 回答 1

2

这是 Eclipse 2019-09 的 STS 4.4.2 的存档更新站点:

https://dist.springsource.com/release/TOOLS/sts4/update/4.4.2.RELEASE/e4.13/sts4-4.4.2.RELEASE-e4.13.0-updatesite.zip

它包含所有 STS4 部分和 Eclipse 的一些附加插件,我们还没有真正使用这个更新站点测试完整的离线安装。通常,安装过程包含其他更新站点,同时安装功能以查找缺少的依赖项。因此,如果您没有 Internet 访问权限并且 STS4 安装需要通常来自主 Eclipse p2 存储库的依赖项,您可能会遇到这种情况。在这种情况下,请在https://github.com/spring-projects/sts4/issues打开一个错误,我们会修复它。

希望这可以帮助!

于 2019-12-09T09:18:52.150 回答