eclipse - Error while delivering code in RTC -


i m setting rtc on ubuntu 12.10 64 bit. rtc , jdk7 64 bit versions. whenever try deliver code using rtc error:

error logged process client ui:  no more handles [mozilla_five_home='/opt/xulrunner/'] (java.lang.unsatisfiedlinkerror: not load swt library. reasons:      /opt/ibm/teamconcert/configuration/org.eclipse.osgi/bundles/613/1/.cp/libswt-mozilla-gtk-3659.so (libxpcom.so: cannot open shared object file: no such file or directory)     swt-mozilla-gtk (not found in java.library.path)     /tmp/swtlib-64/libswt-mozilla-gtk-3659.so (libxpcom.so: cannot open shared object file: no such file or directory)     /tmp/swtlib-64/libswt-mozilla-gtk.so (/tmp/swtlib-64/liblibswt-mozilla-gtk.so.so: cannot open shared object file: no such file or directory) ) 

i ran on system:

$ ldd libswt-mozilla-gtk-3659.so     linux-vdso.so.1 =>  (0x00007ffff5bff000)     libxpcom.so => not found     libnspr4.so => /usr/lib/x86_64-linux-gnu/libnspr4.so (0x00007ffc49b3e000)     libplds4.so => /usr/lib/x86_64-linux-gnu/libplds4.so (0x00007ffc49939000)     libplc4.so => /usr/lib/x86_64-linux-gnu/libplc4.so (0x00007ffc49734000)     libstdc++.so.6 => /usr/lib/x86_64-linux-gnu/libstdc++.so.6 (0x00007ffc49431000)     libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x00007ffc49134000)     libgcc_s.so.1 => /lib/x86_64-linux-gnu/libgcc_s.so.1 (0x00007ffc48f1e000)     libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007ffc48b5f000)     libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0 (0x00007ffc48941000)     libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x00007ffc4873d000)     librt.so.1 => /lib/x86_64-linux-gnu/librt.so.1 (0x00007ffc48535000)     /lib64/ld-linux-x86-64.so.2 (0x00007ffc49eb6000) 

this jazz.net thread mentions:

this eclipse problem (bug 343889).
many of linux distributions underwent upgrade xulrunner-2.0 incompatible versions of eclipse. (even xmlrunner-compat packages)

check version of xulrunner.
if 2.0, may want either shut off embedded browser in rtc (not recommended)
--or-- install rtc standard eclipse indigo distribution work xulrunner-2
--or-- downgrade previous xulrunner (1.9)

(that or there installation issue current xulrunner)


Comments

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -