I've a trouble while installing JDK, I've get it from Sun server, the file name is : j2sdk-1_3_0_02-linux.bin (a strange package) the first step I've done is:
# chmod 777 j2sdk-1_3_0_02-linux.bin >then: # ls -lah j2sdk-1_3_0_02-linux.bin -rwxrwxrwx 1 root root 24M Mar 13 21:54 j2sdk-1_3_0_02-linux.bin > and I've executed the binary file: # ./j2sdk-1_3_0_02-linux.bin .......I see the license terms........... Do you agree to the above license terms? [yes or no] yes Unpacking... Checksumming... 0 0 Extracting... >and now the extracting is stopped: I cannot execute binary file there is anyone can help me ?