Plugins won't install on Eclipse

2019-01-13 17:50发布

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 :)

9条回答
看我几分像从前
2楼-- · 2019-01-13 18:11

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.

查看更多
孤傲高冷的网名
3楼-- · 2019-01-13 18:12

I had the same problem, and I solved it by setting

"Contact all update sites during install to find required software"

to true.

(I used the Eclipse install manager, in Eclipse IDE for Java Developers, Version: Indigo Service Release 1 )

查看更多
Juvenile、少年°
4楼-- · 2019-01-13 18:18

In my case, updating to the latest version of Eclipse (Juno) did the trick. Perhaps your add-on won't run on your version?

查看更多
Anthone
5楼-- · 2019-01-13 18:21

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

查看更多
做个烂人
6楼-- · 2019-01-13 18:21

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

查看更多
Root(大扎)
7楼-- · 2019-01-13 18:23

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.

查看更多
登录 后发表回答