jdklinux32
發布時間: 2025-04-16 04:45:55
㈠ 怎麼在linux系統上安裝32位jdk
可以安裝的,但是需要loader的支持。
在64位的ubuntu下裝32位JDK死活裝不上
報錯
./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
找來找去說是64位環境不支持32位JDK
後找到解決辦法
原來是64位Ubuntu連32位程序的loader都沒有安裝,需要安裝
sudo apt-get install libc6-i386
另外,一些常用的32位庫
sudo apt-get install lib32asound2 lib32z1 lib32stdc++6 lib32bz2-1.0
原來apt也有search命令,只是要通過apt-cache來搜索
㈡ 為什麼我下載的jdk是rpm而不是bin後綴 linux32系統
直接用rpm格式的安裝不就可以了嗎 格式不一樣而已 沒什麼差別
熱點內容