当前位置: 技术问答>linux和unix
win7系统的虚拟机上运行linux RHEL 5.6 安装jdk 报错,jdk是直接在linux系统下上网下载的,不存在文件传输问题。
来源: 互联网 发布时间:2016-12-10
本文导语: 错误如下:运行 [root@localhost java]# chmod a+x jdk-6u26-linux-i586.bin [root@localhost java]# . /root/Desktop/jdk-6u26-linux-i586.bin Unpacking... tail: invalid option -- b Try `tail --help' for more information. Checksumming... The download file ap...
错误如下:运行
[root@localhost java]# chmod a+x jdk-6u26-linux-i586.bin
[root@localhost java]# . /root/Desktop/jdk-6u26-linux-i586.bin
Unpacking...
tail: invalid option -- b
Try `tail --help' for more information.
Checksumming...
The download file appears to be corrupted. Please refer
to the Troubleshooting section of the Installation
Instructions on the download page for more information.
Please do not attempt to install this archive file.
我的win7 系统是 32 位,四核的
它说文件损坏了,可是我经过重新下载还是如此?不知为什么?谢谢各位了
[root@localhost java]# chmod a+x jdk-6u26-linux-i586.bin
[root@localhost java]# . /root/Desktop/jdk-6u26-linux-i586.bin
Unpacking...
tail: invalid option -- b
Try `tail --help' for more information.
Checksumming...
The download file appears to be corrupted. Please refer
to the Troubleshooting section of the Installation
Instructions on the download page for more information.
Please do not attempt to install this archive file.
我的win7 系统是 32 位,四核的
它说文件损坏了,可是我经过重新下载还是如此?不知为什么?谢谢各位了
|
错误如下:运行
[root@localhost java]# chmod a+x jdk-6u26-linux-i586.bin
[root@localhost java]# . /root/Desktop/jdk-6u26-linux-i586.bin
-------------------------
应该是安装文件损坏了 如果你用的ftp工具吧jdk-6u26-linux-i586.bin 上传到linux里的话 以二进制方式传输 就是在上传前先输入bin回车 再开始上传文件
另外不是设定环境变量等的情况下 不要用. /root/Desktop/jdk-6u26-linux-i586.binf方式执行脚本
你都已经chmod a+x jdk-6u26-linux-i586.bin 直接./root/Desktop/jdk-6u26-linux-i586.bin执行
jdk的简单安装:
http://litvip.com/2011/02/18/34
[root@localhost java]# chmod a+x jdk-6u26-linux-i586.bin
[root@localhost java]# . /root/Desktop/jdk-6u26-linux-i586.bin
-------------------------
应该是安装文件损坏了 如果你用的ftp工具吧jdk-6u26-linux-i586.bin 上传到linux里的话 以二进制方式传输 就是在上传前先输入bin回车 再开始上传文件
另外不是设定环境变量等的情况下 不要用. /root/Desktop/jdk-6u26-linux-i586.binf方式执行脚本
你都已经chmod a+x jdk-6u26-linux-i586.bin 直接./root/Desktop/jdk-6u26-linux-i586.bin执行
jdk的简单安装:
http://litvip.com/2011/02/18/34
|
文件损坏了,用yum install等方式安装吧