Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » Plugin for eclipse C\C++(Plugin for eclipse C\C++)
Plugin for eclipse C\C++ [message #1804791] Mon, 01 April 2019 10:48 Go to next message
Eli Kakoun is currently offline Eli KakounFriend
Messages: 16
Registered: November 2018
Junior Member
Hi,

I have a plugin that currently is supported up to eclipse Mars.
I'm developing it on eclipse rcp Mars (written in JAVA) and using it on eclipse c/c++ Mars.

I installed on the eclipse rcp the cdt plugin version 8.8.1.
I'm trying now to use the most up to date eclipse (rcp 2019-03),
and when I'm trying to install the cdt(9.7.0) I'm getting this error:

"
Cannot complete the install because one or more required items could not be found.
Software being installed: C/C++ Development Tools 9.7.0.201903092251 (org.eclipse.cdt.feature.group 9.7.0.201903092251)
Missing requirement: XML Binding for Java 2.2.0.v201105210648 (javax.xml.bind 2.2.0.v201105210648) requires 'java.package; javax.activation [1.1.0,1.2.0)' but it could not be found
Cannot satisfy dependency:
From: C/C++ Development Tools Core 6.7.0.201903092251 (org.eclipse.cdt.core 6.7.0.201903092251)
To: java.package; javax.xml.bind 2.2.0
Cannot satisfy dependency:
From: C/C++ Development Tools Debug Model 8.3.100.201812222020 (org.eclipse.cdt.debug.core 8.3.100.201812222020)
To: osgi.bundle; org.eclipse.cdt.core [5.0.0,7.0.0)
Cannot satisfy dependency:
From: C/C++ Development Tools Debugger UI 8.3.1.201811241055 (org.eclipse.cdt.debug.ui 8.3.1.201811241055)
To: osgi.bundle; org.eclipse.cdt.debug.core [7.0.0,9.0.0)
Cannot satisfy dependency:
From: C/C++ Development Tools 9.7.0.201903092251 (org.eclipse.cdt.feature.group 9.7.0.201903092251)
To: org.eclipse.equinox.p2.iu; org.eclipse.cdt.gdb.feature.group [9.7.0.201812101350,9.7.0.201812101350]
Cannot satisfy dependency:
From: C/C++ Common GDB Support 9.7.0.201812101350 (org.eclipse.cdt.gdb.feature.group 9.7.0.201812101350)
To: org.eclipse.equinox.p2.iu; org.eclipse.cdt.gdb.ui [7.0.1.201811241055,7.0.1.201811241055]
Cannot satisfy dependency:
From: GDB UI Common 7.0.1.201811241055 (org.eclipse.cdt.gdb.ui 7.0.1.201811241055)
To: osgi.bundle; org.eclipse.cdt.debug.ui 7.0.0
"


any idea how to overcome it?
  • Attachment: Capture.PNG
    (Size: 55.23KB, Downloaded 314 times)
Re: Plugin for eclipse C\C++ [message #1804794 is a reply to message #1804791] Mon, 01 April 2019 11:32 Go to previous messageGo to next message
Ed Willink is currently offline Ed WillinkFriend
Messages: 7655
Registered: July 2009
Senior Member
Hi

javax.activation 1.1.0 is available from Orbit; e.g. https://download.eclipse.org/tools/orbit/downloads/drops/R20190226160451/ so make sure an Orbit version is one of your repos.

Most likely you neglected to check the contact all repos checkbox.

(Googling javax.annotation suggests lots of excitement if you move beyond Java 8.)

Regards

Ed Willink
Re: Plugin for eclipse C\C++ [message #1804799 is a reply to message #1804794] Mon, 01 April 2019 13:01 Go to previous messageGo to next message
Eli Kakoun is currently offline Eli KakounFriend
Messages: 16
Registered: November 2018
Junior Member
Thanks,
It did remove the javax.activation 1.1.0 error.
Any idea where I can get 'osgi.bundle; org.eclipse.launchbar.core 2.0.0'?

Thanks!
Re: Plugin for eclipse C\C++ [message #1804804 is a reply to message #1804799] Mon, 01 April 2019 13:41 Go to previous message
Eli Kakoun is currently offline Eli KakounFriend
Messages: 16
Registered: November 2018
Junior Member
Nevermind, found it myself.
Previous Topic:Atollic TrueSTUDIO + STemWin
Next Topic:Build that automatically create run configuration
Goto Forum:
  


Current Time: Thu Mar 28 17:12:20 GMT 2024

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

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

Back to the top