安裝linux jdk錯誤
安裝linux jdk 出現以下錯誤: ./install.sfx.XXX: not found
系統環境:ubuntu 11(64位) , jdk-6u43-linux-i586.bin 32位
在安裝的過程中會出現以上錯誤,./install.sfx.XXX: not found
sudo ./jre-6u43-linux-i586.bin
Unpacking...
Checksumming...
Extracting...
./jre-6u30-linux-i586.bin: 86: ./install.sfx.8648: not found
Failed to extract the files. Please refer to the Troubleshooting section of
the Installation Instructions on the download page for more information.
解決方法:
sudo apt-get install g++-multilib
運行命令
完成後再安裝
chris@chris-VirtualBox:~/Downloads$ sudo ./jre-6u43-linux-i586.bin
Unpacking...
Checksumming...
Extracting...
UnZipSFX 5.50 of
creating: jre1.6.0_43/
creating: jre1.6.0_43/bin/
inflating: jre1.6.0_43/bin/java
inflating: jre1.6.0_43/bin/jcontrol
linking: jre1.6.0_43/bin/ControlPanel -> ./jcontrol
inflating: jre1.6.0_43/bin/java_vm
... 安裝成功了