Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » Unable to install CDT in Eclipse Luna for JavaEE developers
Unable to install CDT in Eclipse Luna for JavaEE developers [message #1391624] Tue, 01 July 2014 06:50 Go to next message
Julio Carlos Barrera is currently offline Julio Carlos BarreraFriend
Messages: 6
Registered: December 2013
Junior Member
I have just downloaded Eclipse Luna in his package Eclipse IDE for Java EE Developers. I want to add Eclipse CDT to program in C/C++ (I know I can download CDT package, but I prefer this way, don't offer that option as an answer please).

When I tried to install it using Marketplace I didn't find Luna version.

If I use Luna update site, that retrieves CDT 8.4.0.201406111759, I got this error:

An error occurred while collecting items to be installed
session context was:(profile=epp.package.jee, phase=org.eclipse.equinox.internal.p2.engine.phases.Collect, operand=, action=).
No repository found containing: osgi.bundle,org.eclipse.net4j.jms.api,3.1.100.v20140218-1709


If I use Kepler update site, retrieving CDT 8.3.0.201402142303I, I got this error:

An error occurred while collecting items to be installed
session context was:(profile=epp.package.jee, phase=org.eclipse.equinox.internal.p2.engine.phases.Collect, operand=, action=).
No repository found containing: osgi.bundle,org.eclipse.cdt,8.3.0.201402142303
No repository found containing: osgi.bundle,org.eclipse.cdt.codan.checkers,3.2.0.201402142303
No repository found containing: osgi.bundle,org.eclipse.cdt.codan.checkers.ui,3.2.0.201402142303
No repository found containing: osgi.bundle,org.eclipse.cdt.codan.core,3.2.0.201402142303
No repository found containing: osgi.bundle,org.eclipse.cdt.codan.core.cxx,3.2.0.201402142303
No repository found containing: osgi.bundle,org.eclipse.cdt.codan.ui,3.2.0.201402142303
No repository found containing: osgi.bundle,org.eclipse.cdt.codan.ui.cxx,3.2.0.201402142303
No repository found containing: osgi.bundle,org.eclipse.cdt.core,5.6.0.201402142303
No repository found containing: osgi.bundle,org.eclipse.cdt.core.linux,5.2.0.201402142303
No repository found containing: osgi.bundle,org.eclipse.cdt.core.linux.x86_64,5.2.0.201402142303
No repository found containing: osgi.bundle,org.eclipse.cdt.debug.core,7.4.0.201402142303
No repository found containing: osgi.bundle,org.eclipse.cdt.debug.mi.core,7.3.0.201402142303
No repository found containing: osgi.bundle,org.eclipse.cdt.debug.mi.ui,6.1.1.201402142303
No repository found containing: osgi.bundle,org.eclipse.cdt.debug.ui,7.3.0.201402142303
No repository found containing: osgi.bundle,org.eclipse.cdt.doc.user,5.3.0.201402142303
No repository found containing: osgi.bundle,org.eclipse.cdt.dsf,2.4.0.201402142303
No repository found containing: osgi.bundle,org.eclipse.cdt.dsf.gdb,4.3.0.201402142303
No repository found containing: osgi.bundle,org.eclipse.cdt.dsf.gdb.ui,2.4.0.201402142303
No repository found containing: osgi.bundle,org.eclipse.cdt.dsf.ui,2.4.0.201402142303
No repository found containing: org.eclipse.update.feature,org.eclipse.cdt,8.3.0.201402142303
No repository found containing: osgi.bundle,org.eclipse.cdt.gdb,7.0.0.201402142303
No repository found containing: org.eclipse.update.feature,org.eclipse.cdt.gdb,8.3.0.201402142303
No repository found containing: osgi.bundle,org.eclipse.cdt.gdb.ui,7.0.0.201402142303
No repository found containing: org.eclipse.update.feature,org.eclipse.cdt.gnu.build,8.3.0.201402142303
No repository found containing: org.eclipse.update.feature,org.eclipse.cdt.gnu.debug,8.3.0.201402142303
No repository found containing: org.eclipse.update.feature,org.eclipse.cdt.gnu.dsf,8.3.0.201402142303
No repository found containing: osgi.bundle,org.eclipse.cdt.launch,7.1.0.201402142303
No repository found containing: osgi.bundle,org.eclipse.cdt.make.core,7.3.0.201402142303
No repository found containing: osgi.bundle,org.eclipse.cdt.make.ui,7.2.0.201402142303
No repository found containing: osgi.bundle,org.eclipse.cdt.managedbuilder.core,8.3.0.201402142303
No repository found containing: osgi.bundle,org.eclipse.cdt.managedbuilder.gnu.ui,8.2.1.201402142303
No repository found containing: osgi.bundle,org.eclipse.cdt.managedbuilder.ui,8.2.1.201402142303
No repository found containing: org.eclipse.update.feature,org.eclipse.cdt.platform,8.3.0.201402142303
No repository found containing: osgi.bundle,org.eclipse.cdt.ui,5.7.0.201402142303
No repository found containing: binary,org.eclipse.cdt_root,8.3.0.201402142303
No repository found containing: osgi.bundle,org.eclipse.net4j.jms.api,3.1.100.v20140218-1709


I added Eclipse CDT 8.4 update site (http:// download.eclipse.org/tools/cdt/releases/8.4), it retrieves version 8.4.0.201406111759, same version than Luna update site, and obviously error was the same:

An error occurred while collecting items to be installed
session context was:(profile=epp.package.jee, phase=org.eclipse.equinox.internal.p2.engine.phases.Collect, operand=, action=).
No repository found containing: osgi.bundle,org.eclipse.net4j.jms.api,3.1.100.v20140218-1709


How can I install Eclipse CDT in my Eclipse Luna instance?

reference http:// stackoverflow.com/questions/24449208/unable-to-install-cdt-in-eclipse-luna.

Any suggestion?
Re: Unable to install CDT in Eclipse Luna for JavaEE developers [message #1392311 is a reply to message #1391624] Wed, 02 July 2014 06:23 Go to previous messageGo to next message
Julio Carlos Barrera is currently offline Julio Carlos BarreraFriend
Messages: 6
Registered: December 2013
Junior Member
I was able to solve the issue. I was using Oracle Java 6 as default JRE to execute Eclipse. I upgraded to Oracle Java 8 and all worked fine. Could someone confirm if this was my exact problem?
Re: Unable to install CDT in Eclipse Luna for JavaEE developers [message #1392655 is a reply to message #1392311] Wed, 02 July 2014 16:58 Go to previous messageGo to next message
Marc-André Laperle is currently offline Marc-André LaperleFriend
Messages: 256
Registered: July 2009
Senior Member
I can confirm that CDT 8.4 requires Java 7 to *run* but the installation should work without error even when running Java 6. I tried to reproduce this with OpenJDK 6 and I didn't get the error. I'm not sure why it's complaining about net4j, CDT doesn't depend on that. Were you using a fresh install? I'm asking this because I don't think net4j is supposed be part of the JEE package so there might be something else installed that requires it.
Re: Unable to install CDT in Eclipse Luna for JavaEE developers [message #1393074 is a reply to message #1392655] Thu, 03 July 2014 07:43 Go to previous message
Julio Carlos Barrera is currently offline Julio Carlos BarreraFriend
Messages: 6
Registered: December 2013
Junior Member
I downloaded Eclipse Lune for JavaEE developers and then I installed Remote System Explorer plugin and then tried to install CDT. All the process with Oracle Java 6 in Ubuntu 14.04 64 bit machine.
Previous Topic:Bug of code formatter about line warpping
Next Topic:How IDE knows about my code deeply?
Goto Forum:
  


Current Time: Wed Apr 24 21:16:32 GMT 2024

Powered by FUDForum. Page generated in 0.03333 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top