I am trying to install subversive and checkstyle onto Eclipse IDE for Java Developers however the following message appears:

"Cannot complete the install because one or more required items could not be found. Software currently installed: Shared profile 1.0.0.1316138460759 (SharedProfile_epp.package.java 1.0.0.1316138460759) Missing requirement: Shared profile 1.0.0.1316138460759 (SharedProfile_epp.package.java 1.0.0.1316138460759) requires 'org.maven.ide.eclipse [1.0.100.20110804-1717]' but it could not be found"

What does it mean? Is there another way to install them as I need both plugins for my course.

Please help and thank you :)

link|improve this question
trying from you local location or from update site? if former then you need to have the dependency, else it should take care. – sudmong Oct 3 '11 at 17:14
feedback

8 Answers

up vote 25 down vote accepted

Try running Eclipse as administrator, I just had the same issue and this worked for me.

link|improve this answer
feedback

There's an alternative to running Eclipse as an administrator: you can manually give write permissions to your "eclipse" folder for all users (or just your current user). This way Windows/UAC won't pop up the security question that you see when you run programs as admin.

link|improve this answer
feedback

Hi I had the same problem just yesterday. I was uploading SDK for android and found your question in a google search.

I reverted back to an older version of eclipse. Link to older version of eclipse

This solved it for me.

Remember to delete eclips from your program files. You do this by just physically deleting the file from program files (not through uninstall). Then also make sure you delete your workbench. This is a file called workbench in your docs. Well mine was in my docs, it could be somewhere else on your system.

I am using windows 7.

Best of luck.

link|improve this answer
feedback

I think you need the maven plugin in order to install your plugin. If that's the case, you can follow this this instruction to install it.

link|improve this answer
I tried installing the maven plugin and used the instructions that you provided but it came up with exactly the same error. Thanks for the link though – user977100 Oct 4 '11 at 14:06
feedback

Use eclipse update manager to install the plugins.. Then it will automatically select dependent plugins..You dont need to bother about dependent plugins in that case

link|improve this answer
feedback

I had the same problem as OP (I use Windows 7, 64 bit, Eclipse IDE for Java Developers, JDK 7). Running Eclipse as administrator solved the problem. Thanks, Brian

link|improve this answer
feedback

All I had to do was completely open up full permissions for all users to the directory. This is dangerous if you have a multi-user system but Windows 7 seems to default to giving processes not very high permission levels; some processes (such as Eclipse Updated) don't know how to deal with this and request user permission, so they just bomb out. Easy fix: full control to all users and processes for the Eclipse Directory.

link|improve this answer
feedback

after opening permissions restart Eclipse...

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.