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
'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.)
I always install Eclipse plugins through the "Install new software" feature instead of the market place.
With Goclipse this wasn't the exception and it worked just fine for me by resolving all dependencies.
You can follow this steps (from the Goclipse docs at https://github.com/GoClipse/goclipse/blob/latest/documentation/Installation.md#installation)