The integration between RTC 4.0.3 eclipse client with eclipse-based IDE
![]()
One customer's IDE is eclipse-based IDE, named UAP(Unified Application Platform). The based eclipse version is 3.7.2. I can install RTC p2 plugin into UAP successfully and RTC icon can be see in "About" dialog. But RTC's "work item" perspective can not be seen. I have used "-clean" options to startup the IDE.
How to solve this problem? Thanks a lot. Michael ![]() ![]() |
2 answers
![]()
Here are a few things you can try to help narrow down the issue.
One of the reasons for a plugin to be ignored is due to the Execution environment not meeting the minimum requirement. For example, if UAP is using a JRE that is less what RTC needs, those plugins will be ignored. What is the JRE being used? I believe RTC requires minimum 1.6. |
![]()
Hi Pradeep,
Based on your suggestion, I found the root cause if JRE version. The default version JRE of UAP IDE is 1.5. After I modified the INI file as below, I can see Work item perspective now. -vm C:\Program Files (x86)\Java\jre6\bin Thank you very much. Michael |