简体   繁体   English

无法使用ubuntu 14.04在Eclipse上使用“安装新软件”添加cdt

[英]Can't use the “Install New Software” to add cdt on eclipse using ubuntu 14.04

I'm new to linux and we are required to use linux ubuntu for computer science class. 我是linux新手,必须使用linux ubuntu进行计算机科学课程。 I need to install Java, C and c++ on eclipse. 我需要在Eclipse上安装Java,C和c ++。 I got this worked on windows 8 it was pretty easy install. 我在Windows 8上完成了这个工作,安装非常简单。 I tried adding cdt using install new software i kept getting this message. 我尝试使用安装新软件添加cdt,但一直收到此消息。

Cannot complete the install because one or more required items could not be found. 由于找不到一个或多个必需项,因此无法完成安装。

Software being installed: C/C++ Development Tools SDK 8.4.0.201406111759 (org.eclipse.cdt.sdk.feature.group 8.4.0.201406111759) 正在安装的软件:C / C ++开发工具SDK 8.4.0.201406111759(org.eclipse.cdt.sdk.feature.group 8.4.0.201406111759)

Missing requirement: C/C++ Development Tools UI 5.8.0.201406111759 (org.eclipse.cdt.ui 5.8.0.201406111759) requires 'bundle org.eclipse.e4.ui.css.swt.theme 0.0.0' but it could not be found 缺少要求:C / C ++开发工具UI 5.8.0.201406111759(org.eclipse.cdt.ui 5.8.0.201406111759)需要'bundle org.eclipse.e4.ui.css.swt.theme 0.0.0',但找不到

Cannot satisfy dependency: From: C/C++ Development Tools 8.4.0.201406111759 (org.eclipse.cdt.feature.group 8.4.0.201406111759) To: org.eclipse.cdt.platform.feature.group [8.4.0.201406111759] 无法满足依赖关系:来自:C / C ++开发工具8.4.0.201406111759(org.eclipse.cdt.feature.group 8.4.0.201406111759)到:org.eclipse.cdt.platform.feature.group [8.4.0.201406111759]

Cannot satisfy dependency: From: C/C++ Development Platform 8.4.0.201406111759 (org.eclipse.cdt.platform.feature.group 8.4.0.201406111759) To: org.eclipse.cdt.ui [5.8.0.201406111759] 无法满足依赖关系:来自:C / C ++开发平台8.4.0.201406111759(org.eclipse.cdt.platform.feature.group 8.4.0.201406111759)到:org.eclipse.cdt.ui [5.8.0.201406111759]

Cannot satisfy dependency: From: C/C++ Development Tools SDK 8.4.0.201406111759 (org.eclipse.cdt.sdk.feature.group 8.4.0.201406111759) To: org.eclipse.cdt.feature.group [8.4.0.201406111759] 无法满足依赖关系:来自:C / C ++开发工具SDK 8.4.0.201406111759(org.eclipse.cdt.sdk.feature.group 8.4.0.201406111759)到:org.eclipse.cdt.feature.group [8.4.0.201406111759]

  1. Make sure that your Eclipse has the CDT installed. 确保您的Eclipse已安装CDT。
  2. If it is installed, Make sure that it is the latest version! 如果已安装,请确保它是最新版本! else upgrade it! 否则升级吧!
  3. Then it should install properly! 然后它应该正确安装!

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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