Problem_Issue: setup RTC client to existing Eclispe
When I am using the IBM installation manager to install the RTC Client (3.0) to
my existing Eclipse, it reports following errors (Only setup English, no choose other language environment). Can not install to existing Eclipse, because following reason. org.eclipse.equinox.p2.user.ui_2.0.1.r361_v20100903-897HFZFFZRuSD2LMtVxyz0Vr can not meet the required version scope of org.eclipse.pde as [1.1.2,2.0.0). My eclipse version is as following, Eclipse IDE for C/C++ Developers Version: Helios Service Release 1 Build id: 20100917-0705 Would you please point how to resolve this issue? thanks |
One answer
It looks to me like it's trying to look for org.eclipse.pde, but cannot find it because your target Eclipse is based on CDT, not JDT + PDE (i.e. the regular Eclipse SDK).
You could try the approach suggested here: http://jazz.net/forums/viewtopic.php?t=14069 but it may have the same problem. If that doesn't work, you could try installing JDT + PDE first using the approach here: http://stackoverflow.com/questions/1853450/install-eclipse-jdt-on-top-of-cdt Or, alternatively, get the Eclipse SDK and install CDT, then RTC. |
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.