LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   java installation in redhat 5 (https://www.linuxquestions.org/questions/linux-newbie-8/java-installation-in-redhat-5-a-916152/)

suboss87 11-29-2011 04:19 AM

java installation in redhat 5
 
Hi all;
How to install java(jdk1.5) pakage in redhat5, yet its in ".bin" format.

aazkan 11-29-2011 04:36 AM

Hi

If I'm not mistaken that .bin file needs to be

chmod +x whateverhthatbin.bin
then
./whateverthatbin.bin

it should prompts for some EULA, accept it, then it will extract an rpm (if i remember it correctly) which you should be able to do a rpm -Uvh whateverthatrpm.rpm filename is.


All times are GMT -5. The time now is 08:51 AM.