读书人

CentOS上 Eclipse启动异常

发布时间: 2013-03-04 17:22:12 作者: rapoo

CentOS下 Eclipse启动错误

错误信息:

Failed to load the JNI shared library "/home/java2000_wl/jdk/jdk1.6.0_41/bin/../jre/lib/i386/client/libjvm.so".


修改 /etc/sysconfig/selinux 文件 禁止SELINUX选项

# This file controls the state of SELinux on the system.
# SELINUX= can take one of these three values:
# enforcing - SELinux security policy is enforced.
# permissive - SELinux prints warnings instead of enforcing.
# disabled - SELinux is fully disabled.
#SELINUX=enforcing
SELINUX=disabled
# SELINUXTYPE= type of policy in use. Possible values are:
# targeted - Only targeted network daemons are protected.
# strict - Full SELinux protection.
SELINUXTYPE=targeted



读书人网 >操作系统

热点推荐