Search code examples
eclipsegogoclipse

Unable to install GoClipse


I am trying to install Goclipse to use my STS for building go Projects .

I am trying to install the plugin from eclipse marketplace but getting this error

Cannot complete the install because one or more required items could not be found. Software being installed: GoClipse 0.16.0.v201606221240 (goclipse_feature.feature.group 0.16.0.v201606221240) Missing requirement: GoClipse 0.16.0.v201606221240 (goclipse_feature.feature.group 0.16.0.v201606221240) requires 'org.eclipse.platform.feature.group [4.5.0,5.0.0)' but it could not be found

Can anyone suggest how to fix this ?

Help is appreciated


Solution

  • 'org.eclipse.platform.feature.group [4.5.0,5.0.0)' but it could not be found.

    You need Eclipse Mars (4.5) or Neon (4.6) for GoClipse. (Note: for GoClipse 0.16.0, if you download an Eclipse Neon package make sure it does not contain CDT already, or there will be a conflict with CDT 9.0 on installation. The next GoClipse version will have all this fixed.)