博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
64位ubuntu安装32位jdk
阅读量:5955 次
发布时间:2019-06-19

本文共 630 字,大约阅读时间需要 2 分钟。

转自:http://blog.csdn.net/anladeyatou/article/details/8213334

 

ubuntu-11.10-desktop-amd64

jdk-6u23-linux-i586.bin

今天在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来搜索

apt-cache search

转载于:https://www.cnblogs.com/x_wukong/p/4771212.html

你可能感兴趣的文章
org.hibernate.QueryException: could not resolve property
查看>>
SingToken全球首款区块链智能AI音乐钱包
查看>>
solidity语言开发智能合约
查看>>
Lucene 原理分析之-全文检索的一般过程-笔记
查看>>
你知道大数据强大在哪里!!!你永远也不会猜到
查看>>
Nginx默认虚拟主机、 Nginx用户认证、Nginx域名重定向、访问日志·····
查看>>
screenX,clientX,pageX,offsetX,的区别
查看>>
一条SQL完成跨数据库实例Join查询
查看>>
20181207 上课截图
查看>>
程序员晒追女神聊天截图,坦言第一次没经验,网友直呼凭实力单身
查看>>
再有人问你Netty是什么,就把这篇文章发给他
查看>>
git 实践之冲突管理
查看>>
centos7安装kibana5.x
查看>>
svn常用命令
查看>>
OSChina 周五乱弹 —— 你用学习机来搞学习?
查看>>
利于前台开发的两大工具flex和vue
查看>>
Error creating bean with name 'userServiceImpl': Injection of autowired dependencies failed
查看>>
mybatis update返回值的意义
查看>>
SVNQuery–如何创建更新索引并查询
查看>>
【开源】.Net Api开放接口文档网站
查看>>