Fedora 8 安装MyEclipse出现java: xcb_xlib.c:52: xcb_xlib_unlock: Assertion `c->xlib.lock' failed.问题的解决方法
第一种解决方法:
java: xcb_xlib.c:50: xcb_xlib_unlock: Assertion `c->xlib.lock' failed.
这是JDK导致的问题
解决办法:
还原到F7的libX11
rpm -e --nodeps libX11-1.1.3-4.fc8
rpm -e --nodeps libX11-devel-1.1.3-4.fc8
到http://rpm.pbone.net/找到下面那两个包,装上
rpm -ivh libX11-1.0.3-8.fc7.i386.rpm --该软件在http://rpm.pbone.net/index.php3?stat=26&dist=53&size=814567&name=libX11-1.0.3-8.fc7.i386.rpm
rpm -ivh libX11-devel-1.0.3-8.fc7.i386.rpm --该软件在http://rpm.pbone.net/index.php3?stat=26&dist=53&size=680199&name=libX11-devel-1.0.3-8.fc7.i386.rpm
再加上下面两行到 /etc/yum.conf,防止更新linux的时候又恢复到新版本
# List of packages to exclude from updates or installs
exclude=libX11 libX11-devel
新闻热点
疑难解答