It's all about the answers!

Ask a question

rtc 4.0.0.2 eclipse client doesn't run on Ubuntu 14.04 64 bit


David Ward (8311214) | asked Jun 16 '14, 2:45 p.m.
Hi there

Has anyone gotten the RTC client 4.0.0.2 for eclipse going on Ubuntu 14.04 x86-64 ?

My RTC server is using 4.0.0.2 so I'm presently stuck with the RTC client 4.0.0.2.  Trying to get the Linux plain zip of the RTC client for eclipse 4.0.0.2 going on my Ubuntu 14.04 64-bit.   This RTC client is apparently only available in 32-bit form (so I believe).

This new Ubuntu has dropped support for ia32-libs so I've manually added the i686 architecture and done an apt-get upgrade and installed some 32-bit packages etc.

When I try to run the RTC client executable  i.e. jazz/client/eclipse,  it starts and then just ends.  No messages or other graphics appear. 

Not sure where to turn now other than going back to (say) Ubuntu 13.04 or 12.04.

Dave

One answer



permanent link
David Ward (8311214) | answered Jun 16 '14, 4:03 p.m.
Ok so I know that this isn't really an RTC question.  It's more about Ubuntu, but for those who are interested  ...

I was able to get the RTC client running on Ubuntu 14.04 64-bit by re-adding the 32-bit package repositories back into Ubuntu.  Something like the following will do it ...

dpkg --add-architecture i386
apt-get update

cd /etc/apt/sources.list.d
echo "deb http://archive.ubuntu.com/ubuntu/ raring main restricted universe multiverse" >ia32-libs-raring.list
apt-get update
apt-get install ia32-libs

Comments
Tim Mok commented Jun 17 '14, 10:27 a.m.
JAZZ DEVELOPER

If you want to use a 64-bit client, you can get a 64-bit version of Eclipse 3.6.2 and install RTC using the p2 zip.

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.