Installing the Google Plugin for Eclipse Helios

I am trying to install the Google plugin for Eclipse Helios. As far as I can see, this plant includes Google App Engine Java SDK 1.6.4, Google Plugin for Eclipse 3.7, Google Web Toolkit SDK 2.4.0.

I get the following:

Cannot complete the installation because one or more of the required items may not be found. Installed software: Google Web Toolkit SDK 2.4.0 2.4.0.v201203300216-rel-r37 (com.google.gwt.eclipse.sdkbundle.e37.feature.feature.group 2.4.0.v201203300216-rel-R37)
Missing requirement: Google plugin for Eclipse 3.7 2.5.2.v201203300216-rel-r37 (com.google.gdt.eclipse.suite.e37.feature.feature.group 2.5.2.v201203300216-rel-r37) requires "org.eclipse.core. runtime 3.7.0 ", but it could not be found. Unable to satisfy dependency: From: Google Web Toolkit SDK 2.4.0 2.4.0.v201203300216-rel-r37 (com.google.gwt.eclipse.sdkbundle.e37.feature.feature.group 2.4.0.v201203300216-rel-R37) To: com.google.gdt.eclipse.suite.e37.feature.feature.group 2.5.2

I tried installing Web Developer Tools (as suggested in this answer ) and MyLyn Commons (as in another answer ), but still get the same error. If I have to install another version of the plugin, how can I choose it in the market? And what are the other possible reasons for this message? Thanks in advance.

+3
source share
3 answers

To complete faster, just follow these steps:

  • Manually download the plugin from your download page.
  • Move plugin files to eclipse plugins folder
  • Restart eclipse

    • eclipse 4.2 - Juno
    • eclipse 3.7 - indigo
    • eclipse 3.6 - Helios
    • eclipse 3.5 - Galileo
    • eclipse 3.4 - ganymede
    • eclipse 3.3 is Europe
    • eclipse 3.2 - Callisto

, , eclipse, GWT .

.

+2

3.6 (, , Helios) , Install new software... http://dl.google.com/eclipse/plugin/3.6 url, , , .

0

Check out this site https://developers.google.com/eclipse/docs/install-from-zip . You can install the local plugin.

0
source

All Articles