The inappropriate LD_LIBRARY_PATH setting causes this issue.
The Ct eclipse plugin depends on a so library that is loaded by jvm when activating the ct plugin.
The so is libeclipse_ct_debug_core_utility_DbgServerBridge.so.
Assume that this file is in the folder $(Home)/ct_dbg_bin
We must set the LD_LIBRARY_PATH like this
export LD_LIBRARY_PATH=$(Home)/ct_dbg_bin:/usr/local/lib:/usr/lib/:$
LD_LIBRARY_PATH
After setting LD_LIBRARY_PATH, start eclipse from shell:
**@**-desktop:~/tool/eclipse/eclipse$ ./eclipse
(process:4010): Gdk-WARNING **: locale not supported by C library
(process:4010): Gtk-WARNING **: Locale not supported by C library.
Using the fallback 'C' locale.
Xlib: extension "RANDR" missing on display ":1.0".
Xlib: extension "Generic Event Extension" missing on display ":1.0".
Xlib: extension "Generic Event Extension" missing on display ":1.0".
Xlib: extension "Generic Event Extension" missing on display ":1.0".
(.:4010): Gdk-WARNING **: locale not supported by C library
Library load successfully!
start
