无法为Eclipse安装插件。

时间:2021-09-15 15:41:01

I am unable to install Amazon SDK ToolKit for eclipse. I followed the instructions here. But after installing some packages, eclipse gives the following error

我无法为eclipse安装Amazon SDK工具包。我遵循了这里的指示。但是在安装了一些包之后,eclipse给出了以下错误。

Cannot complete the install because one or more required items could not be found.
Software currently installed: Amazon SimpleDB Management 1.0.0.v201401072240 (com.amazonaws.eclipse.datatools.enablement.simpledb.feature.feature.group 1.0.0.v201401072240)
Missing requirement: Eclipse Data Tools Platform Amazon SimpleDB UI Plug-in 1.0.0.v201401072240 (com.amazonaws.eclipse.datatools.enablement.simpledb.ui 1.0.0.v201401072240) requires 'bundle org.eclipse.datatools.sqltools.sqlscrapbook 1.0.0' but it could not be found
Cannot satisfy dependency:
From: Amazon SimpleDB Management 1.0.0.v201401072240 (com.amazonaws.eclipse.datatools.enablement.simpledb.feature.feature.group 1.0.0.v201401072240)
To: com.amazonaws.eclipse.datatools.enablement.simpledb.ui [1.0.0.v201401072240]

I am using Eclipse Juno. What is wrong here? I even tried opening the eclipse.exe directly as the 'Administrator', as mentioned here. Still it is not working.

我用的是Eclipse Juno。什么是错误的吗?我甚至尝试打开eclipse。正如这里所提到的,exe直接作为“管理员”。但它还是不起作用。

2 个解决方案

#1


2  

If you check out the Getting Started Guide, we recommend that you start with the Java EE version of Eclipse. The SimpleDB tools depend on the Data Tools Platform.

如果您查看了入门指南,我们建议您从Java EE版本的Eclipse开始。SimpleDB工具依赖于数据工具平台。

#2


3  

In case you are not using Java EE version of eclipse as recommended, you can add the needed data tools platform by clicking on Help and then click on Install new Software and add

如果您没有按照建议使用Java EE版本的eclipse,您可以通过单击帮助添加所需的数据工具平台,然后单击安装新软件并添加。

http://download.eclipse.org/datatools/updates/1.11

http://download.eclipse.org/datatools/updates/1.11

and then proceeding with Amazon SDK ToolKit for eclipse.

然后继续使用Amazon SDK工具包进行eclipse。

#1


2  

If you check out the Getting Started Guide, we recommend that you start with the Java EE version of Eclipse. The SimpleDB tools depend on the Data Tools Platform.

如果您查看了入门指南,我们建议您从Java EE版本的Eclipse开始。SimpleDB工具依赖于数据工具平台。

#2


3  

In case you are not using Java EE version of eclipse as recommended, you can add the needed data tools platform by clicking on Help and then click on Install new Software and add

如果您没有按照建议使用Java EE版本的eclipse,您可以通过单击帮助添加所需的数据工具平台,然后单击安装新软件并添加。

http://download.eclipse.org/datatools/updates/1.11

http://download.eclipse.org/datatools/updates/1.11

and then proceeding with Amazon SDK ToolKit for eclipse.

然后继续使用Amazon SDK工具包进行eclipse。