Installing Java EE 5 SDK on Linux
After downloading java_ee_sdk-5-linux.bin I cannot execute the file.
$ ./java_ee_sdk-5-linux.bin
./java_ee_sdk-5-linux.bin: errorwhile loading shared libraries:
cannot open shared object file: cannot load shared object file:
No such file or directory
$
I can unzip the java_ee_sdk-5-linux.bin.
When I try to execute java...
$ ./package/jre/bin/java
dl failure on line 717
Error: failed /home/andrew/java_ee_sdk-5-linux/package/jre/lib/i386/client/libjvm.so,
because /lib/libc.so.6: version `GLIBC_2.2.4' not found
(required by /home/andrew/java_ee_sdk-5-linux/package/jre/lib/i386/client/libjvm.so)
Any ideas how can I install it manually?
Thanks,
Andrew.

