简体   繁体   中英

How to resolve org.eclipse.cdt.gnu.feature.group not found

In eclipse, I install a new Software via help>install NewSoftware > Add. In "Add Repository" dialog, fill Location address. The installation fails and with below message:

The error message is: Missing requirement: **** requires 'org.eclipse.cdt.gnu.feature.group 7.0.0201102110609' but it could not be found

How can I resolve this issue. I google org.eclipse.cdt.gnu.feature.group but it does not tell me which plugins should I install...

The eclipse version is:

Eclipse IDE for java Developers
Version: Indigo Service Release 2
Build id: 20120216-1857

Thanks in advance

You are missing the required software in the exception ( org.eclipse.cdt.gnu.feature.group 7.0.0201102110609 ). You probably require software from the CDT Project. Check here for download. When you install new software be sure to check the option Check all update sites during install to find required software and also install any required modules.

See here for screenshot

(Note I'm using Juno so the dialog may be different).

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM