Maven SCM Handler installation in eclipse (Helios) - eclipse

I'm having problem installing Maven SCM Handler in eclipse, I am not able to figure out what else "plugins" i need to install.
OS: OS X Yosemite ( version : 10:10:4 )
Eclipse : Eclipse Java EE IDE for Web Developers.
Version: Helios Service Release 2
Build id: 20110218-0911
Installed Plugins:
Error:
Error Details:
Cannot complete the install because one or more required items could not be found.
Software being installed: Maven SCM handler for Subclipse 0.13.0.201312191101 (org.sonatype.m2e.subclipse.feature.feature.group 0.13.0.201312191101)
Missing requirement: Maven SCM handler for Subclipse 0.13.0.201312191101 (org.sonatype.m2e.subclipse.feature.feature.group 0.13.0.201312191101) requires 'org.eclipse.m2e.feature.feature.group 0.0.0' but it could not be found
ERROR 2
Tried:
So far i have tried these links to get the plugin installed but no luck :/
1. m2e Subclipse Connector error - 'bundle org.tigris.subversion.subclipse.core [1.6.0,1.9.0)
2. https://github.com/markphip/m2eclipse-subclipse
3. I also tried with Eclipse Kepler

Installed Eclipse Kepler Service Release 2 and added below mentioned plugins

Related

while installing TestNg in Eclipse juno , i am getting error

while installing TestNg in Eclipse juno , i am getting error
error message
Missing requirement: TestNG Eclipse Support 7.2.0.202005051752 (org.testng.eclipse 7.2.0.202005051752) requires 'bundle org.eclipse.jdt.launching 3.10.0' but it could not be found
Cannot satisfy dependency:
From: TestNG 7.2.0.202005051752 (org.testng.eclipse.feature.group 7.2.0.202005051752)
To: org.testng.eclipse [7.2.0.202005051752]
The missing requirement message is saying that at least version 3.10.0 of the org.eclipse.jdt.launching plug-in is required to install that build of testng.
Eclipse Juno only had version 3.6.100 or 3.6.101 of that plug-in so it is not possible to install this in Juno. Eclipse Juno is now 8 years and 13 releases old.
If you want to run the current testng release you need to be running the current Eclipse (2020-03, soon to be 2020-06).

Installing egit on PHP Eclipse but I am getting an error

This is the error I'm getting:
Cannot complete the install because one or more required items could not be found.
Software being installed: Git integration for Eclipse - Source Code 5.5.1.201910021850-r (org.eclipse.egit.source.feature.group 5.5.1.201910021850-r)
Missing requirement: Git integration for Eclipse 5.5.1.201910021850-r (org.eclipse.egit.feature.group 5.5.1.201910021850-r) requires 'org.eclipse.core.runtime [3.12.0,4.0.0)' but it could not be found
Cannot satisfy dependency:
From: Git integration for Eclipse - Source Code 5.5.1.201910021850-r (org.eclipse.egit.source.feature.group 5.5.1.201910021850-r)
To: org.eclipse.egit.feature.group [5.5.1,5.6.0)
Anyone familiar with this? I'm trying to install EGit on my Eclipse Helios.
This is saying that at least version 3.12.0 of the org.eclipse.core.runtime plug-in is required. Eclipse Helios only has version 3.6.0.
Eclipse Helios is 9 years and 13 releases out of date. Try using a newer Eclipse (2019-09 is the current release).

Maven for eclipse plugin not getting installed

When I'm trying to download the plugin from eclipse marketplace, 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.2.0.201401071755 (com.ifedorenko.m2e.mavendev.feature.feature.group 0.2.0.201401071755)
Missing requirement: Maven Development Tools 0.2.0.201401071755 (com.ifedorenko.m2e.mavendev 0.2.0.201401071755) requires 'bundle org.eclipse.m2e.launching [1.5.0,2.0.0)' but it could not be found
Cannot satisfy dependency:
From: Maven Development Tools 0.2.0.201401071755 (com.ifedorenko.m2e.mavendev.feature.feature.group 0.2.0.201401071755)
To: com.ifedorenko.m2e.mavendev [0.2.0.201401071755]
How can I fix this issue?
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"

Eclipse - Maven Installation Error

I am trying to install Maven Plugin for Eclipse , but i am geting this error .
I am using
Eclipse Java EE IDE for Web Developers.
Version: Indigo Release
Build id: 20110615-0604 Version of Eclipse .
Cannot complete the install because of a conflicting dependency.
Software being installed: m2e - Maven Integration for Eclipse 1.0.100.20110804-1717 (org.eclipse.m2e.feature.feature.group 1.0.100.20110804-1717)
Software currently installed: Maven Integration for Eclipse (Required) 0.12.1.20110112-1712 (org.maven.ide.eclipse.feature.feature.group 0.12.1.20110112-1712)
Only one of the following can be installed at once:
Maven Integration for Eclipse 0.12.1.20110112-1712 (org.maven.ide.eclipse 0.12.1.20110112-1712)
This version of m2eclipse cannot be installed on top of the already installed m2eclipse. Uninstall the previous version of m2eclipse and try the install again. 1.0.100.20110804-1717 (org.maven.ide.eclipse 1.0.100.20110804-1717)
Cannot satisfy dependency:
From: m2e - Maven Integration for Eclipse 1.0.100.20110804-1717 (org.eclipse.m2e.feature.feature.group 1.0.100.20110804-1717)
To: bundle org.maven.ide.eclipse [1.0.100.20110804-1717]
Cannot satisfy dependency:
From: Maven Integration for Eclipse (Required) 0.12.1.20110112-1712 (org.maven.ide.eclipse.feature.feature.group 0.12.1.20110112-1712)
To: org.maven.ide.eclipse [0.12.1.20110112-1712]
please refer to the screen shot of the error given below
http://imageshack.us/f/823/eclipsse.jpg/
You should simply uninstall m2eclipse version 0.12.x and retry installation. You are essentially trying to install both m2e and m2eclipse (read: older m2e) together.
My Eclipse JDT and m2e versions are:
Eclipse Java Development Tools 3.7.0.v20110520-0800
m2e - Maven Integration for Eclipse 1.0.0.20110607-2117

Uninterpretable Eclipse Error when installing m2eclipse

When trying to install the current version of m2eclipse (0.12.1.20110112-1712) I get an error which doesn't really help me:
Cannot complete the install because of a conflicting dependency.
Software being installed: Maven Integration for Eclipse (Required) 0.12.1.20110112-1712 (org.maven.ide.eclipse.feature.feature.group 0.12.1.20110112-1712)
Software currently installed: Eclipse Platform 3.5.2 (Eclipse Platform 3.5.2)
Only one of the following can be installed at once:
Eclipse Jobs Mechanism 3.4.100.v20090429-1800 (org.eclipse.core.jobs 3.4.100.v20090429-1800)
Eclipse Jobs Mechanism 3.5.0.v20100515 (org.eclipse.core.jobs 3.5.0.v20100515)
Eclipse Jobs Mechanism 3.5.1.R36x_v20100824 (org.eclipse.core.jobs 3.5.1.R36x_v20100824)
Cannot satisfy dependency:
From: Eclipse Platform 3.5.2 (Eclipse Platform 3.5.2)
To: org.eclipse.core.jobs [3.4.100.v20090429-1800]
Cannot satisfy dependency:
From: Structured Source Model 1.1.500.v201006020308 (org.eclipse.wst.sse.core 1.1.500.v201006020308)
To: bundle org.eclipse.core.jobs [3.5.0,4.0.0)
Cannot satisfy dependency:
From: Structured Source Model 1.1.502.v201008311901 (org.eclipse.wst.sse.core 1.1.502.v201008311901)
To: bundle org.eclipse.core.jobs [3.5.0,4.0.0)
Cannot satisfy dependency:
From: Maven Integration for Eclipse (Required) 0.12.1.20110112-1712 (org.maven.ide.eclipse.feature.feature.group 0.12.1.20110112-1712)
To: org.eclipse.wst.sse.core 0.0.0
My Eclipse version is 3.5.2 and I'm using it under Ubuntu. Maybe someone has an idea? Googling did only bring up error messages at the Eclipse marketplace without any discussion.
I wouldn't worry about Helios being unsupported on Ubuntu according to presumably Ubuntu. Helios is well supported on pretty much all flavors of Linux by the Eclipse community.
If you do want to try installing m2eclipse into your existing Eclipse 3.5 "Galileo" installation, try unchecking the checkbox that reads something like "consult all available update sites" on the screen where you enter m2eclipse update site URL.
The solution is to install Eclipse 3.6 (Helios), which is not officially supported by Ubuntu 10.04. Now, m2eclipse could be installed without a problem.
This is not the most optimal solution, but at least it works now.