Java Dependancy
CentOS 5 may give you an unsatified link error about libawt.so and libXp.so when you try to use older versions of Javajava.lang.UnsatisfiedLinkError: libawt.so: libXp.so.6: cannot open shared object file: No such file or directory
this can be fixed by using yum to install libXp
# yum install libXp
REFERRERS
JavaRuntimeEnvironment