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相关信息见CentOS 专题页面 http://www.linuxidc.com/topicnews.aspx?tid=14 Ubuntu 12.10中安装电驴下载工具aMule-DLPXen虚拟机下修改或同步时间失败的解决方法相关资讯 Eclipse CentOS eclipse
- Eclipse中将Java项目转换成Web项目 (07月28日)
- 用 Python 打造你的 Eclipse (04月26日)
- Eclipse基金会发布下一代IDE, (03月11日)
| - Linux 下搭建stm32开发环境 (07月01日)
- 如何在Eclipse中添加Tomcat的jar包 (03月23日)
- 基于Eclipse搭建STM32开源开发环境 (03月10日)
|
本文评论 查看全部评论 (0)