Sanjay Jain
Sanjay Jain

Reputation: 3587

plugin installation error

I just downloaded eclipse version Version: 3.7.0.Now for this eclipse I am installing gwt plugin for it. Plugin link for this is: gwt plugin (http://dl.google.com/eclipse/plugin/3.7) Now while installing I have checked to following items:

  1. Google plugin for eclipse
  2. Google app engine for java sdk 1.6.6
  3. Google web tool kit SDK 2.4

All other check box are unchecked. Now on click on next at the time of installation it is giving me error like below:Cannot complete the install because one or more required items could not be found. Software being installed: Google Plugin for Eclipse 3.7 2.6.1.v201205091048-rel-r37 (com.google.gdt.eclipse.suite.e37.feature.feature.group 2.6.1.v201205091048-rel-r37) Missing requirement: Google Plugin for Eclipse 3.7 2.6.1.v201205091048-rel-r37 (com.google.gdt.eclipse.suite.e37.feature.feature.group 2.6.1.v201205091048-rel-r37) requires 'org.eclipse.wst.server.core 0.0.0' but it could not be found

I am not getting what is the issue. Please help me out. Thanks in advance.

Upvotes: 1

Views: 2799

Answers (2)

Trotskyi Sergii
Trotskyi Sergii

Reputation: 21

The option Contact all update sites during install to find required software should be checked. In this case all missed dependencies will be installed automatically

Upvotes: 2

Ganesh Kumar
Ganesh Kumar

Reputation: 3250

WST is a requirement for Eclipse Google plugin. To make sure that this requirement is installed, make sure that the indigo update site(http://download.eclipse.org/releases/indigo) is added in the list of Available Software Sites. Also, before starting the installation of GPE, make sure that 'Contact all update sites during install to find required software' check box is checked.

This is an old issue already reported in Google groups.

Upvotes: 6

Related Questions