Unable to install GoClipse - eclipse

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)
Start Eclipse, go to Help -> Install New Software...
Click the Add... button, then enter the Update Site URL: http://goclipse.github.io/releases/ in the Location field, click OK.
Select the recently added update site in the Work with: dropdown. Type GoClipse in the filter box. Now the Goclipse feature should appear below.
Select the GoClipse feature, and complete the wizard.
Dependencies such as CDT will automatically be added during installation.
Restart Eclipse.

Related

How to install a specified bundle (com.fasterxml.jackson.core.jackson-core) in Eclipse

I am new to Eclipse plug-in development. I downloaded a completed source code of an Eclipse plug-in. When I tried to export it and install it in my local Eclipse, I encountered an "Install job" problem:
Operation details
Cannot complete the install because one or more required items could not be found. ** requires 'bundle com.fasterxml.jackson.core.jackson-core 0.0.0' but it could not be found
In MANIFEST.MF:
Require-Bundle: com.fasterxml.jackson.core.jackson-core,
com.fasterxml.jackson.core.jackson-databind
I guess the problem would be solved if I can install com.fasterxml.jackson.core.jackson-core, but I am wondering how can I install it?
Environment:
Windows 10 64-bits
Eclipse Oxygen.1a Release (4.7.1a)
The easiest way to install it would be from Eclipse Orbit.
Open the install manager (Help > Install New Software....)
Put the relevant Orbit site as location
Check the plugin in question
Walk through the wizard to finish the installation

Unable to install maven plugin for eclipse luna

Iam trying to install maven plugin for eclipse luna through eclipse market place but i get the following error.
Cannot complete the install because one or more required items could not be found.
Software being installed: Maven Development Tools 0.3.0.201410040035 (com.ifedorenko.m2e.mavendev.feature.feature.group 0.3.0.201410040035)
Missing requirement: Maven Development Tools 0.3.0.201409160039 (com.ifedorenko.m2e.mavendev 0.3.0.201409160039) requires 'bundle org.eclipse.m2e.launching [1.6.0,2.0.0)' but it could not be found
Cannot satisfy dependency:
From: Maven Development Tools 0.3.0.201410040035 (com.ifedorenko.m2e.mavendev.feature.feature.group 0.3.0.201410040035)
To: com.ifedorenko.m2e.mavendev [0.3.0.201409160039]
Please help how can i solve this problem.
All my environment variable are also set correctly.
In fact, I have the same problem on my environment.
In the error message, you can see that the plugin you want to install need the bundle org.eclipse.m2e.launching in following versions (1.6.0 to 2.0.0).
Actually, only version 1.5 of m2e is released. You can install the milestone of version 1.6 by following these instructions.
Help > Install new software...
Paste the following link into the field Work with : http://download.eclipse.org/technology/m2e/milestones/1.6/
Press enter
Select all plugins you need
Click Next and follow the wizard
After this installation, retry the installation of "Maven Development Tools"
I hope this answer will help you.
Try installing through this update site instead:
http://download.eclipse.org/releases/luna/
Use the latest Eclipse EE version it internally consist Maven plugin
The 'Maven Development Tools' you appear to be trying to install requires that the basic 'Maven Integration for Eclipse' (m2e) is already installed.
Some downloads of Eclipse include m2e but others don't.
Install m2e using 'Help > Install New Software...'. Choose the main Luna site to work with. m2e is in the 'Collaboration' section.

Maven for Eclipse 1.5.0 plugin cannot be installed under Kepler

I downloaded Eclipse Kepler and tried to install M2Eclipse from its update site.
After selecting Maven Integration for Eclipse, I clicked Next and got the following error:
Missing requirement: Maven Integration for Eclipse 1.5.0.20140606-0033 (org.eclipse.m2e.core 1.5.0.20140606-0033) requires 'bundle com.google.guava [14.0.1,16.0.0)' but it could not be found
So I searched through the internet to find out how to install the Guava Eclipse plugin. Some say it's from the Eclipse marketplace, but it cannot be downloaded. I downloaded the binary and tried to copy it to Eclipse's plugin directory. Still the same result.
cp ~/Downloads/guava-16.0.1.jar /Applications/eclipse/plugins/com.google.guava_16.0.1.v1234.jar
How do I install the m2e plugin for Kepler?
m2e 1.5.0 requires Eclipse Luna. It will not work with Kepler or Indigo. (thanks to #HDave for the link)
So you have to use an older version of m2e under Kepler.
During installation, uncheck "Show only the latest versions of available software". Then only check the 1.4.1 version or lower version in the candidate list. It doesn't require the Guava dependency.
Make sure you have the Luna repository in "Available Software Sites".
You can add it in : Help -> Install New Software...
Then in the "Work with" input, you type http://download.eclipse.org/releases/luna/ and press enter.
After that, you should be able to install m2e with http://download.eclipse.org/technology/m2e/releases/
You can find Guava 15 on Orbit project - "repository of bundled versions of third party libraries that are approved for use in one or more Eclipse projects". You can also directly add the Orbit project update site to your kepler installation and you'll be able to update m2e
What has helped me for Juno release is adding http://download.eclipse.org/technology/m2e/releases/1.3/ as plugin update site. The version of Maven for Eclipse was 1.3 instead of 1.5 but, for me, this differrence was less principal than the absence of extra dependencies and extra update sites, especially that of the newer version of IDE itself.
Do you necessarily need version 1.5 or 1.3 also should be good?
STEPS TO INSTALL MAVEN (in Eclipse):
Maven Eclipse plugin installation step by step:
Open Eclipse IDE
Click Help -> Install New Software...
Uncheck "Show only the latest versions of available software"
Click Add button at top right corner
At pop up: fill up Name as "M2Eclipse" and Location as"http://download.eclipse.org/technology/m2e/releases"
Check only one 1.4.1 Version.
Now click OK After that installation would be started.
http://download.eclipse.org/technology/m2e/releases
This URL does not work.
http://download.eclipse.org/technology/m2e/releases/1.3/
This one can work.

Dependency fail installing egit on Eclipse indigo

I have this problem trying to install EGit in Eclipse Indigo on a Ubuntu 12.04:
Cannot complete the install because one or more required items could
not be found. Software being installed: EGit Plug-in Import Support
2.3.1.201302201838-r (org.eclipse.egit.import.feature.group 2.3.1.201302201838-r)
Missing requirement: EGit Plug-in Import Support 2.3.1.201302201838-r (org.eclipse.egit.import.feature.group
2.3.1.201302201838-r) requires 'org.eclipse.team.core 3.6.100' but it could not be found
This is the complete Eclipse version as shown in "About" dialog:
Version: 3.7.2
Build id: I20110613-1736
I am using the default egit updates sources as it comes with Indigo installation:
http://download.eclipse.org/egit/updates
I press "Select All" button for update, but it keeps showing that error. I have also take care of update everything before, but it continues failing.
Any ideas?
Thanks a lot in advance.
Your Eclipse version needs to be 3.8 or higher. You must have installed Indigo from the Software center in Ubuntu or Synaptic as that is what would have been installed. You can download Juno which would work for you from the Eclipse Project. It is a tar.gz that you just unarchive into the directory you want and run it. You can use the same workspace.
Uncheck the EGit Import Support feature when selecting what to install. It is optional and appears to be not supported in indigo.

Install android adt in eclipse

I am trying to install android in eclipse to develop apps on my ubuntu setup.
I get the following error though:
Cannot complete the install because one or more required items could not be found.
Software being installed: Android Development Tools 20.0.0.v201206242043-391819
(com.android.ide.eclipse.adt.feature.group 20.0.0.v201206242043-391819)
Missing requirement: Android Development Tools 20.0.0.v201206242043-391819
Any ideas as to what the problem is? I have tried using the url and download the zip manually in eclipse under add new software.
I had something similar. If you need the ADT version 20.0.0 then install it manually (from a ZIP archive) as described here and download it from here: http://dl.google.com/android/ADT-20.0.0.zip
Good luck
During installation, there's an error about requiring org.eclipse.wst.sse.ui. How do I fix that?
The Google Plugin for Eclipse depends on other specific Eclipse components, such as WST. Your installation of Eclipse may not yet include all of them, but they can be easily installed by following these instructions. Eclipse 3.6 (Helios)
Select Help > Install New Software...
Click the link for Available Software Sites.
Ensure there is an update site named Juno. If this is not present, click Add... and enter http://download.eclipse.org/releases/juno for the Location.
Now go through the installation steps; Eclipse should download and install the plugin's dependencies.
Filter for wst and install all those. Restart Eclipse and then you can install the adt plugins.
Intsalling Android ADB on Eclipse JUNO Windows7PRO.
These steps worked for me:
1- go to "help" - "install new software"
2- inserert a new path called AndroidADT https://dl-ssl.google.com/android/eclipse/
3- check the box "Contact all update sites during install to find required software".
4- select all the 6 android components
5- download, restar eclipse, update the adt then... enjoy!!!
Try this:
When installing ADT through Eclipse just make sure you have checked: Contact all update sites during install to find required software. That helped me.
Also try to update eclipse (Help -> Check for updates)
Solution is: check the contact all update sites ...