报错信息:
/u01/jre/1.1.8/bin/../lib/i686/native_threads/libzip.so: symbol errno, version GLIBC_2.0 not defined in file libc.so.6 with link time reference (libzip.so)
Unable to initialize threads: cannot find class java/lang/Thread
Could not create Java VM
解决方法
$ cd /u01/oracle
$ ls -l JRE
lrwxrwxrwx 1 oracle oinstall 25 Dec 7 10:11 JRE -> /opt/app/oracle/jre/1.1.8
$ rm JRE
$ ln -s /u01/oracle/jre/1.3.1 JRE
$ su -
# cd /u01/oracle /JRE/bin/
# ln -s java jre
# cd i386/native_threads/
# ln -s java jre
阅读(3140) | 评论(0) | 转发(0) |