博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Linux中配置jdk环境变量出错:bad ELF interpreter: No such file or directory解决方法
阅读量:4953 次
发布时间:2019-06-12

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

yum install glibc.i686 

重新安装,javac成功

如果还有如下类系错误 再继续安装包

error while loading shared libraries: libstdc++.so.6: cannot open shared object file: No such file or directory

yum install libstdc++.so.6

 

引用链接:

转载于:https://www.cnblogs.com/littlepage/p/11186626.html

你可能感兴趣的文章