rtc 4.0.0.2 eclipse client doesn't run on Ubuntu 14.04 64 bit
![](http://jazz.net/_images/myphoto/968c316e8d251b81a9fb33bb8c539b75.jpg)
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
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
![](http://jazz.net/_images/myphoto/968c316e8d251b81a9fb33bb8c539b75.jpg)
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
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