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.

[813 byte] By [tomazosa] at [2007-10-3 4:40:27]
# 1
What Linux distro are you using? Sounds like you don't have GCC installed, so I'm guessing it might be Ubuntu?-Chris
fuzelogika at 2007-7-14 22:44:25 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...