中国黑防联盟

CentOS开启Eclipse报错Failed to load the JNI shared如何解决?

中国黑防联盟 电脑使用教程 2024-04-28 21:38:27 0
  Eclipse是基于Java的开发平台,在CentOS上启动Eclipse的时候,很多朋友遇到了Eclipse报错问题,导致Eclipse无法启动,下面小编就给大家介绍下CentOS启动Eclipse报错的解决方法,一起来学习下吧。  CentOS开启Eclipse报错Failed to load the JNI shared如何解决?   报错如下:   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   上面就是CentOS启动Eclipse报错的解决方法的相关介绍了,如果你遇到了Eclipse无法启动的问题,可以参考Ubuntu不能启动Eclipse怎么办?