How to connect to RTC server using Java application
Hi,
Please share java code through which we can make connection to RTC server and check in and check out the files to RTC server. |
One answer
The easiest way to automate the connection to an RTC server and perform SCM operations (e.g. share, load, check-in) is to use the command-line interface (CLI). The command-line interface can be called from a script or launched using ProcessBuilder in Java.
More information about the CLI can be found in these articles: https://jazz.net/library/article/620 https://jazz.net/library/article/1031 |
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.