当前位置: 技术问答>linux和unix
Ubuntu下安装JDK文件出错
来源: 互联网 发布时间:2016-02-11
本文导语: sun公司下载的j2eesdk-1_4_03-linux.bin 文件,传到Ubuntu服务器上,放在/opt/jdk目录下 chmod +x j2eesdk-1_4_03-linux.bin 然后执行 ./j2eesdk-1_4_03-linux.bin 结果报错: ./j2eesdk-1_4_03-linux.bin:error while loading shared libraries:libstdc++-libc6...
sun公司下载的j2eesdk-1_4_03-linux.bin 文件,传到Ubuntu服务器上,放在/opt/jdk目录下
chmod +x j2eesdk-1_4_03-linux.bin
然后执行 ./j2eesdk-1_4_03-linux.bin
结果报错:
./j2eesdk-1_4_03-linux.bin:error while loading shared libraries:libstdc++-libc6.2-2.so.3:cannot open shared object file: No such file or directory
这个是什么情况?需要如何解决?
chmod +x j2eesdk-1_4_03-linux.bin
然后执行 ./j2eesdk-1_4_03-linux.bin
结果报错:
./j2eesdk-1_4_03-linux.bin:error while loading shared libraries:libstdc++-libc6.2-2.so.3:cannot open shared object file: No such file or directory
这个是什么情况?需要如何解决?
|
sudo apt-get install libstdc++2.10-glibc2.2