Thursday, February 23, 2006

Using jdk1.3.1_xx in fedora core 4

to make the same production environment in the client side we may need to setup the environment similar to legacy systems that our clients have.
In the case of Using jdk1.3.1_xx in fedora core 4 it gives the issue of

Error occurred during initialization of VM Unable to load native library: /usr/local/jre1.3.1_06/lib/i386/libjava.so: symbol __libc_wait, version GLIBC_2.0 not defined in file libc.so.6 with link time referenceE


This arise because I tried to use versions available in the public server of 1.3.1_XX with fedora.

Solution :
jdk 1.3.1_XX is not recommended other than UNIX versions RH 7.2 or below kernel versions
The fixed rpm one is available on the sun Java site that is 1.3.1_16
This version of the jdk(The rpm) OK with the fedora core.

No comments: