Google Site SearchFN Site Search FN Blog Login FN Blog Login
Site Navigation:
 
 

TUTORIAL: Blackdown Java



Add executable bit to the file then execute it to extract the contents.
[tchung@localhost tchung]$ cd ~/download/
[tchung@localhost download]$ ll
total 13024
-rw-rw-r--    1 tchung   tchung   13315794 Jan 23 00:16 j2re-1.4.2-rc1-linux-i586-gcc3.2.bin
[tchung@localhost download]$ chmod +x j2re-1.4.2-rc1-linux-i586-gcc3.2.bin
[tchung@localhost download]$ ll
total 13024
-rwxrwxr-x    1 tchung   tchung   13315794 Jan 23 00:16 j2re-1.4.2-rc1-linux-i586-gcc3.2.bin
[tchung@localhost download]$ ./j2re-1.4.2-rc1-linux-i586-gcc3.2.bin

You will need to agree with license terms in order to continue.