在eclipse中安装springsource-tool-suite的一些问题
Some problem with installing springsource-tool-suite in eclipse
Cannot complete the install because one or more required items could not be found.
Software being installed: Spring IDE Boot Microservices Dash 3.9.10.201909171046-RELEASE (org.springframework.ide.eclipse.boot.dash.feature.feature.group 3.9.10.201909171046-RELEASE)
Missing requirement: Boot 3.9.10.201909171046-RELEASE (org.springframework.ide.eclipse.boot 3.9.10.201909171046-RELEASE) requires 'osgi.bundle; org.apache.commons.collections 0.0.0' but it could not be found
Cannot satisfy dependency:
From: Spring Boot Dashboard View 3.9.10.201909171046-RELEASE (org.springframework.ide.eclipse.boot.dash 3.9.10.201909171046-RELEASE)
To: osgi.bundle; org.springframework.ide.eclipse.boot 0.0.0
Cannot satisfy dependency:
From: Spring IDE Boot Microservices Dash 3.9.10.201909171046-RELEASE (org.springframework.ide.eclipse.boot.dash.feature.feature.group 3.9.10.201909171046-RELEASE)
To: org.eclipse.equinox.p2.iu; org.springframework.ide.eclipse.boot.dash [3.9.10.201909171046-RELEASE,3.9.10.201909171046-RELEASE]
Eclipse 版本:2019-06 (4.12.0)
安装的 zip:springsource-tool-suite-3.9.10.RELEASE-e4.12.0-updatesite.zip
我什至想不通为什么会出现这个问题...
在 Details 中,消息说任何版本的 Apache Common plug-in/bundle (org.apache.commons.collections
) ( 0.0.0
) 丢失(未安装且未包含在 ZIP 中)。 Boot 直接需要,间接需要(因为 Boot 是必需的,或者某些东西需要Boot plug-in/bundle) 通过 Spring Boot Dashboard View 和Spring IDE 启动微服务 Dash.
下载 org.apache.commons.collections_3.2.2.v201511171945.jar
文件并将其 放入 Eclipse 安装目录的 dropins
文件夹中。重新启动 Eclipse 并像以前一样从 ZIP 安装 STS3。
或者,如果您有互联网连接,请在安装对话框中选中复选框在安装过程中联系所有更新站点以查找所需的软件 并确保配置的更新站点中包含所有必需的内容(Window > 首选项:Install/Update > 可用软件站点)。
Cannot complete the install because one or more required items could not be found.
Software being installed: Spring IDE Boot Microservices Dash 3.9.10.201909171046-RELEASE (org.springframework.ide.eclipse.boot.dash.feature.feature.group 3.9.10.201909171046-RELEASE)
Missing requirement: Boot 3.9.10.201909171046-RELEASE (org.springframework.ide.eclipse.boot 3.9.10.201909171046-RELEASE) requires 'osgi.bundle; org.apache.commons.collections 0.0.0' but it could not be found
Cannot satisfy dependency:
From: Spring Boot Dashboard View 3.9.10.201909171046-RELEASE (org.springframework.ide.eclipse.boot.dash 3.9.10.201909171046-RELEASE)
To: osgi.bundle; org.springframework.ide.eclipse.boot 0.0.0
Cannot satisfy dependency:
From: Spring IDE Boot Microservices Dash 3.9.10.201909171046-RELEASE (org.springframework.ide.eclipse.boot.dash.feature.feature.group 3.9.10.201909171046-RELEASE)
To: org.eclipse.equinox.p2.iu; org.springframework.ide.eclipse.boot.dash [3.9.10.201909171046-RELEASE,3.9.10.201909171046-RELEASE]
Eclipse 版本:2019-06 (4.12.0)
安装的 zip:springsource-tool-suite-3.9.10.RELEASE-e4.12.0-updatesite.zip
我什至想不通为什么会出现这个问题...
在 Details 中,消息说任何版本的 Apache Common plug-in/bundle (org.apache.commons.collections
) ( 0.0.0
) 丢失(未安装且未包含在 ZIP 中)。 Boot 直接需要,间接需要(因为 Boot 是必需的,或者某些东西需要Boot plug-in/bundle) 通过 Spring Boot Dashboard View 和Spring IDE 启动微服务 Dash.
下载 org.apache.commons.collections_3.2.2.v201511171945.jar
文件并将其 放入 Eclipse 安装目录的 dropins
文件夹中。重新启动 Eclipse 并像以前一样从 ZIP 安装 STS3。
或者,如果您有互联网连接,请在安装对话框中选中复选框在安装过程中联系所有更新站点以查找所需的软件 并确保配置的更新站点中包含所有必需的内容(Window > 首选项:Install/Update > 可用软件站点)。