Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在rhel上安装了一个eclipse。在我配置除了jdk之外的环境之后,我遇到了问题。
Failed to load the JNI shared library libjvm.so
我在互联网上搜索了解决此问题的方法。他们说我应该修改一个配置文件。
/etc/sysconfig/selinux
但我在那里找不到。
https://unix.stackexchange.com/questions/85304/what-is-the-safe-way-to-allow-java-7-to-run-on-selinux
SELinux 目标策略中的错误导致 libjvm.so 被错误地标记为类型 java_exec_t 而不是 textrel_shlib_t。所以你可以通过编辑 /etc/selinux/config 文件来禁用 selinux
https://access.redhat.com/site/documentation/en-US/Red_Hat_Enterprise_Linux/6/html/Security-Enhanced_Linux/sect-Security-Enhanced_Linux-Working_with_SELinux-Enabling_and_Disabling_SELinux.html或给出命令 setenforce 0
谢谢和问候, 阿洛克