com.ibm.team.repository.service.AbstractService,which jar package in?
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
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 |
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
|
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.