开发者

Installing JDK in Linux - the download file appears to be corrupted [closed]

开发者 https://www.devze.com 2023-03-20 23:13 出处:网络
Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed. This question is off-topic. It is not currently accepting answers.

Want to improve this question? Update the question so it's on-topic for Stack Overflow.

Closed 11 years ago.

Improve this q开发者_高级运维uestion

I have downloaded JDK, but when I am trying to extract it, I am facing these errors:

[root@ras java]# . jdk-6u26-linux-i586.bin
Unpacking...
tail: cannot open `bash' for reading: No such file or directory
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.
You have new mail in /var/spool/mail/root
[root@ras ~]#

What do I do to fix it?


You want

chmod +x jdk-6u26-linux-i586.bin
./jdk-6u26-linux-i586.bin
0

精彩评论

暂无评论...
验证码 换一张
取 消