PeakGen
PeakGen

Reputation: 23045

Unable to install plugins for Eclipse

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

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.

Upvotes: 2

Views: 2590

Answers (2)

Nilesh
Nilesh

Reputation: 96

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

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

and then proceeding with Amazon SDK ToolKit for eclipse.

Upvotes: 3

Wade Matveyenko
Wade Matveyenko

Reputation: 4430

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.

Upvotes: 2

Related Questions