How do I use the RTC-Client-plainJava source and JavaDoc that is in RTC-SDK-Client-6.0.3?
I have RTC 6.0.3 and RTC-SDK-Client-6.0.3 installed on Eclipse 4.6.3 (Neon 3). The RTC-Client-plainJavaLib-6.0.3 is in the projects build path. How do I link to the plain java JavaDoc and the plain java source that is in RTC-SDK-Client-6.0.3 so that I can see a plain java class description on a mouse hover in the code and to step into the plain java class code during debug.
One answer
See https://rsjazz.wordpress.com/2013/02/28/setting-up-rational-team-concert-for-api-development/ and https://rsjazz.wordpress.com/2013/03/20/understanding-and-using-the-rtc-java-client-api/.
As a summary: You basically follow the latest extensions workshop: https://rsjazz.wordpress.com/2017/03/17/updated-rtc-extensions-workshop-for-rtc-6-0-3/ and perform Lab1.
In addition to lab 1 you create the user library for the Plain Java Cient Libraries you already installed during the setup.
See https://rsjazz.wordpress.com/2013/02/28/setting-up-rational-team-concert-for-api-development/ section Setting Up The Plain Java Client Libraries and the following sections.
You use a plug in project to be able to prick the PDE to show you the source of the plain javaclient libraries from the SDK by making sure the order of the SDK and the user library is correct.