cannot restore segment prot after reloc permission denied_JAVA_编程开发_程序员俱乐部

中国优秀的程序员网站程序员频道CXYCLUB技术地图
热搜:
更多>>
 
您所在的位置: 程序员俱乐部 > 编程开发 > JAVA > cannot restore segment prot after reloc permission denied

cannot restore segment prot after reloc permission denied

 2013/8/13 13:07:04  宋建勇  程序员俱乐部  我要评论(0)
  • 摘要:今天在虚拟机上安装jdk-7u25-linux-i586.tar.gz(解压版),运行如下命令时java-version出现错误提示:cannotrestoresegmentprotafterrelocpermissiondenied解决方案是:以root用户登录并修改文件/etc/sysconfig/selinux中的内容将SELINUX=enforcing改为SELINUX=disabled后重启!参阅:http://blog.csdn
  • 标签:can not
今天在虚拟机上安装jdk-7u25-linux-i586.tar.gz(解压版),运行如下命令时

java -version

出现错误提示:

cannot restore segment prot after reloc permission denied


解决方案是:

以root用户登录并修改文件/etc/sysconfig/selinux中的内容

将SELINUX=enforcing改为SELINUX=disabled后重启

参阅:
http://blog.csdn.net/wei801004/article/details/4318852
http://www.jb51.net/LINUXjishu/43356.html
发表评论
用户名: 匿名