在Ubuntu下安装jdk解压出现问题:./jdk-6u30-Linux-i586.bin:113:./install.sfx.3631:notfound。
Failedtoextractthefiles.PleaserefertotheTroubleshootingsectionof
theInstallationInstructionsonthedownloadpageformoreinformation
网上搜索,发现是机器字长和jdk版本不匹配导致的,我的机子如果是64位的系统,然而选择了586的jdk。
之后到Oracle网站去下载了64位的jdk(jdk-6u43-linux-x64.bin),修改添加执行权限后,运行该文件,解压成功! 原文链接:https://www.f2er.com/ubuntu/355235.html