This is the first time I can't seem to install Java. What the...(java_ee_sdk-5-linux.bin) The file size is right but I can't seem to get it to run this time, and did with previous versions. I just installed FC4 as workstation last night. Hailp!
Your post is a bit vague on detail. What exactly is not working? You need to make the bin file executable (chmod +x *.bin) and then extract the contents by doing "sh *.bin" and copying the extracted directory to wherever you want (I usually use /opt/java or /usr/local/java).