SDK setup
When developing extensions for Rational Team Concert, you'll need to install a client and server locally, the ZIP files of the source, and the plain Java client libraries. Required files can be downloaded from the Jazz.net website. All target platform plugins are packaged in a single ZIP file that has all the client, server, tests, and source code.
Go to Jazz.net and find the appropriate Rational Team Concert downloads. Switch to the All Downloads page and download the Client for Eclipse IDE, Plain Java Client Libraries, and Rational Team Concert SDK. The SDK includes binaries and source for client, server, and JUnit tests as seen in the next screenshot. Unzip the SDK ZIP file into your Eclipse client location, for example: C:/RTC/jazz/client/eclipse
. Unzip the plain Java client into the Jazz client, for example: C:/RTC/jazz/client/plainjava
.
Note
For client and server extension development, we will make use of the Express-C installation. Once we develop, debug, and deploy on this...