Source control not showing in eclipse 4.4.1 and RTC 5.0.2/6.0.1 Linux clients
![]()
I used RTC 6.0.1 and RTC 5.0.2 P2 repo install on Eclipse 4.4.1 64bit
Whenever I connect to RTC, I can mount Project Areas but I don't see "Source control" nor "My Repository workspaces"
I did the same on Windows and it works fine.
I have a authorized Practitioner license so I have to rule out license issue.
Anyone else face this issue?
![]()
Update: Found out that this also happened in Windows and was able to fix that by following
- Download Eclipse 4.4.1 CDT Luna 64 bit
- Download IBM JDK 7
- Point the IBM JDK as VM in Eclipse.ini
- Install RTC 6.0.1 P2 repo
and it shows up the SCM part
Unfortunately the same doesn't work for Ubuntu based clients. Since I couldn't find IBM JDK for Ubuntu, I took the jdk (com.ibm.java.linux.x86_64.jdk_7.0.0.20150728.zip) which is part of RTC-Client-Eclipse4.2-repo-6.0.1.zip
but still no SCM in Eclipse clients.
Any idea how to get the P2 repo to RTC Luna clients?
|
3 answers
![]()
Ok found out the solution for this issue with the help of IBM
- RTC plugins require some basic Eclipse packages which it tries to download during the plugin installation
- If Eclipse client isn't able to access the internet chances are these required Eclipse plugins like EMF won't be downloaded
- This will lead to Eclipse client with no SCM
Before installing the plugin make sure that Eclipse itself has access to internet, if not enable it via the network settings (in preferences).
Then proceed with the installation of the RTC plugin itself. Unfortunately there aren't any error messages show if the mandatory plugins aren't downloaded.
I've been trying to install RTC plugin on Eclipse Cpp which doesn't have these mandatory plugins. For more: https://jazz.net/library/article/949
Note: This is valid for most Eclipse versions.
|
![]()
Anyone?
It's hard to find out what went wrong as there are no logs. I've been redoing the same (installing via P2 repo) for last 3 days and still same issue.
|