"在Ubuntu下安装jdk 出现./install.sfx.2354: not found无法安装成功
安装一半后
错误提示:
Do you agree to the above license terms? [yes or no]
yes
Unpacking...
Checksumming...
Extracting...
./jdk-6u7-linux-i586.bin: 480: ./install.sfx.2354: not found
Failed to extract the files. Please refer to the Troubleshooting section of
安装一半后
错误提示:
Do you agree to the above license terms? [yes or no]
yes
Unpacking...
Checksumming...
Extracting...
./jdk-6u7-linux-i586.bin: 480: ./install.sfx.2354: not found
Failed to extract the files. Please refer to the Troubleshooting section of
the Installation Instructions on the download page for more information"
这个问题是由于所安装的jdk版本和ubuntu的版本不匹配,如ubuntu的版本是64位,而安装的JDK是32位,所以在官网上下载x64的jdk可以解决这个问题。