How to add Jazz Repository Connection to C++ eclipse IDE
					 Hello,
	
	
	
	
	
	
		
	
	
		
	
	
				
				
				
	I was trying to add RTC 5.0.2(p2 Install Repository) in C++ eclipse IDE (eclipse-cpp-helios-SR2-win32).
	It was showing following error...
		"An error occurred while collecting items to be installed
	
	
		session context was:(profile=epp.package.cpp, phase=org.eclipse.equinox.internal.p2.engine.phases.Collect, operand=, action=).
	
	
		Comparison method violates its general contract!
	
	
		Comparison method violates its general contract!"
	
	
		Please guide me into it...
	
	
Accepted answer
										The system requirements list https://jazz.net/wiki/bin/view/Deployment/CLMSystemRequirements50#B4_Eclipse_IDE_RTC_Eclipse_Clien lists IES (IBM Eclipse SDK 3.6.2.3) as base for installing there is a tech note if you install in an Eclipse from Eclipse.org https://www-304.ibm.com/support/docview.wss?rs=3488&uid=swg21502374&wv=1
IES contains more fixes than the Eclipse org editions may contain. I have seen issues with installing into Eclipse from Eclipse org. You could try to install the RTC Vanilla or any other shipped version and install the C++ Extensions into it.
									
									
									
IES contains more fixes than the Eclipse org editions may contain. I have seen issues with installing into Eclipse from Eclipse org. You could try to install the RTC Vanilla or any other shipped version and install the C++ Extensions into it.
Comments
Hello Ralph,
    Can you please guide me, how can I add C++ perspective in existing RTC eclipse 5.0.2 client?
Where did you get Eclipse woth C++ development? You got it from Eclipse.org. So similarely, you go to https://projects.eclipse.org/projects/tools.cdt get the update site fro the CDT and install whats needed in the RTC Eclipse Help>Install new software.
Thank You Ralph.