CentOS开启Eclipse报错时的解决方法.Eclipse是一款拥有海量忠实用户的java开发平台,为广大编程人员提供的了极大的便利,不过在操作的时候偶尔也会遇到这样那样的问题,小编为大家带来CentOS开启Eclipse报错时的解决方法,希望能够为你提供帮助,同时还为大家附带了eclipse插件下载大全哦!
报错如下:
FailedtoloadtheJNIsharedlibrary“/home/java2000_wl/jdk/jdk1.6.0_41/bin/。。/jre/lib/i386/client/libjvm.so”。
解决方法:
修改/etc/sysconfig/selinux文件禁止SELINUX选项
#ThisfilecontrolsthestateofSELinuxonthesystem.
#SELINUX=cantakeoneofthesethreevalues:
#enforcing-SELinuxsecuritypolicyisenforced.
#permissive-SELinuxprintswarningsinsteadofenforcing.
#disabled-SELinuxisfullydisabled.
#SELINUX=enforcing
SELINUX=disabled
#SELINUXTYPE=typeofpolicyinuse.Possiblevaluesare:
#targeted-Onlytargetednetworkdaemonsareprotected.
#strict-FullSELinuxprotection.
SELINUXTYPE=targeted