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

  Eclipse是基于Java的开发平台,在CentOS上启动Eclipse的时候,很多朋友遇到了Eclipse报错问题,导致Eclipse无法启动,下面小编就给大家介绍下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

哪里有意志存在,哪里就会有出路。

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

相关文章:

你感兴趣的文章:

标签云: