It's all about the answers!

Ask a question

com.ibm.team.repository.service.AbstractService,which jar package in?


Bin Qi (2123) | asked Aug 12 '12, 9:25 a.m.

I download a demo java api source code,

and try to run it in RTC

but there is  a error

the program import  com.ibm.team.repository.service.AbstractService

but com.ibm.team.repository.service.AbstractService can not be found

I add all plainjava jar into the project,it is still can not be recognition

which jar package is it in?

2 answers



permanent link
sam detweiler (12.5k6195201) | answered Aug 12 '12, 3:34 p.m.
edited Aug 12 '12, 10:58 p.m.
this is a server side only api.. so it is not in the client jars

com.ibm.team.repository.service??????.jar

server side apps cannot use the plainjava apis.

this is in the SDK directories as well as the deployed server directory



permanent link
Alexandra Li (1124) | answered May 25 '16, 5:29 a.m.
 if I want to import  com.ibm.team.repository.service.AbstractService, how can I do

Comments
sam detweiler commented May 25 '16, 11:56 a.m.

download the SDK. then setup the SDK as a target platform in eclipse
(Window -> Preferences -> Plugin Development ->Target Platform

you may also have to point to it explicitly (as it is installed on my dev system)
\rtc 5.0 gm\RTC-SDK-5.0\plugins\com.ibm.team.repository.service_1.3.0.v20140417_2346\repository_service.jar

Your answer


Register or to post 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.