unable to install CDT in Eclipse Luna -


i have downloaded eclipse luna in package eclipse ide java ee developers. want add eclipse cdt program in c/c++ (i know can download cdt package, prefer way, don't offer option answer please).

when tried install using marketplace didn't found luna version.

if use luna update site, retrieves cdt 8.4.0.201406111759, got error:

an error occurred while collecting items 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 use kepler update site, retrieving cdt 8.3.0.201402142303i, got error:

an error occurred while collecting items 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), retrieves version 8.4.0.201406111759, same version luna update site, , error same:

an error occurred while collecting items 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 install eclipse cdt in eclipse luna instance?

pd: eclipse forums not accepting credentials of eclipse account, not post question there.

finally solved problem. using oracle java 6 execute eclipse. after upgrading oracle java 8, installation process executed correctly.


Comments

Popular posts from this blog

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

Python ctypes access violation with const pointer arguments -