While comiling java for RTC, many classes like "com.ibm.team.links.common.IReference" are missing, where are they?
Hello,
Where I can find them?
This is the first time I try to do such compilation, so I certainly missing some information.
The necessary classes are: import com.ibm.team.links.common.IReference; import com.ibm.team.process.client.IProcessClientService; import com.ibm.team.process.common.IProjectArea; import com.ibm.team.repository.client.ITeamRepository; import com.ibm.team.repository.client.ITeamRepository.ILoginHandler; import com.ibm.team.repository.client.ITeamRepository.ILoginHandler.ILoginInfo; import com.ibm.team.repository.client.TeamPlatform; import com.ibm.team.repository.common.TeamRepositoryException; import com.ibm.team.workitem.client.IAuditableClient; import com.ibm.team.workitem.client.IWorkItemClient; import com.ibm.team.workitem.common.IWorkItemCommon; import com.ibm.team.workitem.common.model.IAttachment; import com.ibm.team.workitem.common.model.IAttachmentHandle; import com.ibm.team.workitem.common.model.IWorkItem; import com.ibm.team.workitem.common.model.IWorkItemReferences; import com.ibm.team.workitem.common.model.WorkItemEndPoints;
Thank you in advance
Pascal Jean
|
2 answers
Ralph Schoon (63.5k●3●36●46)
| answered Jun 11 '18, 1:50 p.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
Both posts strongly suggest that beginners should follow the getting started link. The getting started points to Learning To Fly: Getting Started with the RTC Java API’s - Installing the SDK and the plain Java Client Libraries. The follow up Understanding and Using the RTC Java Client API explains an additional step to be able to use the SDK and the Plain Java Client Libraries.
As a minimum you need the RTC Plain Java Client Libraries - unzipped and provided in the buildpath.
Comments
Pascal Jean
commented Jun 12 '18, 8:08 a.m.
Thank you to Ralph,
Regards
Ralph Schoon
commented Jun 12 '18, 10:54 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
If you use the code in Eclipse the minimum is https://rsjazz.wordpress.com/2013/03/20/understanding-and-using-the-rtc-java-client-api/
Pascal Jean
commented Jun 14 '18, 11:39 a.m.
Hello Ralph,
Is a coding whih has to run o the Server side?
Thank you in advance Pascal Jean
Ralph Schoon
commented Jun 14 '18, 3:36 p.m.
| edited Jun 14 '18, 3:38 p.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
Almost all my blog posts explain if the API is client, common (client and server) or server. This includes the post above. Please carefully read the post.
|
Hi,
please make sure to set up your Eclipse / Dev Environment exactly as described in the RTC Extension Workshop with the right SDK and PlainJavaAPI Downloads for 6.0.2 Then all references should be there.
Once you get the examples in the workshop running getting the above examples should work, too.
- Arne
Comments
Pascal Jean
commented Jun 12 '18, 8:08 a.m.
Thank you to Ulf,
Regards
|
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.