views:

233

answers:

2

When trying to install eclipse using the eclipse new software feature, I get this error:

Cannot complete the install because one or more required items could not be found.
Software being installed: Maven SCM handler for Subclipse (Optional) 0.9.8.200905041414 (org.maven.ide.eclipse.subclipse.feature.feature.group 0.9.8.200905041414)
Missing requirement: Maven SCM handler for Subclipse (Optional) 0.9.8.200905041414 (org.maven.ide.eclipse.subclipse.feature.feature.group 0.9.8.200905041414) requires 'org.tigris.subversion.subclipse.ui 0.0.0' but it could not be found

I am new to eclipse, so I would appreciate any tips on how to get going.

+1  A: 

May be the m2eclipse SCM handler does not find or is not compatible with the Subclipse you are trying to install.
In any case, you need to install or complete the installation of subclipse first, before installaing m2eclipse.

See the relevant Subclipse update site, and then try to complete the m2eclipse installation.

See a full Subclipse, then m2eclipse installation process there.

alt text

alt text

VonC
I don't even use SVN, so can I just skip this step somehow?
Blankman
so I removed the subeclipse options, and now its complaining about Software being installed: Maven Integration for AJDT (Optional) 0.9.8.200905041414 (org.maven.ide.eclipse.ajdt.feature.feature.group 0.9.8.200905041414) Missing requirement: Maven Integration for AJDT (Optional) 0.9.8.200905041414 (org.maven.ide.eclipse.ajdt.feature.feature.group 0.9.8.200905041414) requires 'org.eclipse.ajdt.feature.group 1.5.0' but it could not be found
Blankman
@Blankman you can try and install plugin AJDT (Optional)AJDT update site for Eclipse 3.5 http://download.eclipse.org/tools/ajdt/35/update
VonC
A: 

You can also download the Pulse explorer in where you can find plugins for eclipse .. such as subversive, maven .. etc. I just installed it the other day its great, you don't even have to have eclipse.. it creates an instance of eclipse with all the features you choose. Fabulous tool if you ask me.

c0mrade