2013-05-15 3 views
1

우분투 12.10 64 비트에서 RTC를 설정하고 있습니다. 내 RTC와 JDK7도 64 비트 버전입니다.RTC 코드 전송 중 오류

Error logged from Process Client UI: 
No more handles [MOZILLA_FIVE_HOME='/opt/xulrunner/'] (java.lang.UnsatisfiedLinkError: Could 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) 
) 

내 시스템이 실행 : 내가 RTC를 사용하여 코드를 제공하려고 할 때마다 나는 오류 얻을

$ 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) 

답변

2

을이 jazz.net thread는 언급 :

This is an eclipse problem (bug 343889).
Many of the linux distributions recently underwent an upgrade to xulrunner-2.0 which is incompatible with some versions of eclipse. (even with xmlrunner-compat packages)

Check the version of your xulrunner.
If it is 2.0, you may want to either shut off your embedded browser in RTC (not recommended)
--or-- what I do is install RTC into a standard eclipse Indigo distribution which DOES work with xulrunner-2
--or-- downgrade to previous xulrunner (1.9)

(즉, 또는이 installation issue with the current xulrunner)