I just downloaded Eclipse Helios version 3.7.0.

The very first thing I do after starting Eclipse is install the following GWT plugins for Eclipse:

in Install, I set the Work With text field with: http://dl.google.com/eclipse/plugin/3.6

I select the 3 plugins: - Google App Engine JavaSDK 1.5.0 - Google Plugin for Eclipse 3.6 - Google Web Toolkit SDK 2.3.0

Then I get the following:

Cannot complete the install because one or more required items could not be found. Software being installed: Google Web Toolkit SDK 2.3.0 2.3.0.r36v201105191508 (com.google.gwt.eclipse.sdkbundle.e36.feature.feature.group 2.3.0.r36v201105191508) Missing requirement: Google Plugin for Eclipse 3.6 2.3.1.r36v201105191508 (com.google.gdt.eclipse.suite.e36.feature.feature.group 2.3.1.r36v201105191508) requires 'org.eclipse.platform.feature.group [3.6.0,3.7.0)' but it could not be found Missing requirement: Google Plugin for Eclipse 3.6 2.4.0.ms1_r36v201105101332 (com.google.gdt.eclipse.suite.e36.feature.feature.group 2.4.0.ms1_r36v201105101332) requires 'org.eclipse.platform.feature.group [3.6.0,3.7.0)' but it could not be found Cannot satisfy dependency: From: Google Web Toolkit SDK 2.3.0 2.3.0.r36v201105191508 (com.google.gwt.eclipse.sdkbundle.e36.feature.feature.group 2.3.0.r36v201105191508) To: com.google.gdt.eclipse.suite.e36.feature.feature.group 2.3.1

Any idea ???

link|improve this question
It seems I downloaded Eclipse Indigo by mistake, not Helios... this is probably why I got problems. – Pierre Duval Jun 1 '11 at 18:11
feedback

3 Answers

I think it's telling you that the plugin doesn't work with Eclipse 3.7 (see the where it says it requires org.eclipse.platform.feature.group [3.6.0,3.7.0) ... that's a bracket on the left, and a paren on the right so it's saying 3.6.0 up to, but not including, 3.7.0); like you implied, you'll need to go back to Helios for just a little while longer (I've read 3.7 support is 'imminent')

link|improve this answer
feedback

Change the rights of your eclipse folder so that your user have rights to modify and add files to it, with the user that you wish run it with.

For example: sudo chown username /opt/eclipse

link|improve this answer
feedback

I'm having the same problem. I downloaded eclipse Helios version 3.6. I tried installing the gwt plugin and followinng the instructions the google gwt site;

but getting the following error:

Cannot complete the install because one or more required items could not be found.
  Software being installed: Google App Engine Tools for Android 2.5.1.v201201120043-rel-r36 (com.google.gdt.eclipse.mobile.android.feature.feature.group 2.5.1.v201201120043-rel-r36)
  Missing requirement: com.google.gdt.eclipse.mobile.android 2.5.1.v201201120043-rel-r36 requires 'bundle com.android.ide.eclipse.adt 12.0.0' but it could not be found
  Cannot satisfy dependency:
    From: Google App Engine Tools for Android 2.5.1.v201201120043-rel-r36 (com.google.gdt.eclipse.mobile.android.feature.feature.group 2.5.1.v201201120043-rel-r36)
    To: com.google.gdt.eclipse.mobile.android [2.5.1.v201201120043-rel-r36]
link|improve this answer
1  
Just fixed this problem. So when a list of plugins and SDKs are shown, I just unchecked the plugin for android adt and that worked. – sarah Feb 3 at 20:03
how is this an answer?! – stephelton Feb 15 at 20:38
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.