LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   installing from a .bin file (https://www.linuxquestions.org/questions/linux-newbie-8/installing-from-a-bin-file-734328/)

nishant.4545 06-20-2009 02:18 AM

installing from a .bin file
 
Hello everyone,
Recently I downloaded jdk for linux from sun's website. The setup file is in .bin format. I am not able to install jdk from this .bin file. Please tell the procedure to execute the .bin file. I use ubuntu 8.10.

arckane 06-20-2009 02:19 AM

terminal:

chmod +x NameOfBinFile.bin
./NameOfBinFile.bin

Tada


All times are GMT -5. The time now is 06:03 PM.