我正在尝试通过instructions安装亚马逊网络服务工具包。但是,我在最新版本中得到以下错误:
Cannot complete the install because one or more required items could not be found.
Software currently installed: AWS Toolkit for Eclipse Core (Required) 2.3.1.v201702201547 (com.amazonaws.eclipse.core.feature.feature.group 2.3.1.v201702201547)
Missing requirement: AWS Toolkit Core 2.3.1.v201702201547 (com.amazonaws.eclipse.core 2.3.1.v201702201547) requires 'bundle org.eclipse.m2e.core 1.5.1' but it could not be found
Cannot satisfy dependency:
From: AWS Toolkit for Eclipse Core (Required) 2.3.1.v201702201547 (com.amazonaws.eclipse.core.feature.feature.group 2.3.1.v201702201547)
To: com.amazonaws.eclipse.core [2.3.1.v201702201547]我使用的是Eclipse Kepler版本。但是,我能够安装较旧版本的AWS工具包核心。此外,由于某些原因,工作区中的.metadata/.plugins/com.amazonaws.eclipse.core/目录没有预期的aws-sdk-java目录。这两个是相关的吗?为什么会发生这种情况呢?
发布于 2017-03-07 18:42:16
这是因为你的eclipse版本。
你只需要更新你的eclipse,而不是使用一个新的版本。
https://stackoverflow.com/questions/42543412
复制相似问题