Operating System - Linux
1753572 Members
6248 Online
108796 Solutions
New Discussion юеВ

Re: how to install java in redhat linux 8.0

 
William Mak
New Member

how to install java in redhat linux 8.0

Hello

I have download a copy of j2sdk-1_4_2-nb-3_5_1-bin-linux.bin for redhat linux, but i dont know how to install it. Where do i place it? Do i need installation? Do i need path? How to set path if required? Please help if you dont mind.

Best regards
3 REPLIES 3
Tom Geudens
Honored Contributor

Re: how to install java in redhat linux 8.0

Hi,
Instructions for installation are available at http://java.sun.com/j2se/1.4.2/install_j2se142-nb351_linux.html

Regards,
Tom Geudens
A life ? Cool ! Where can I download one of those from ?
twang
Honored Contributor

Re: how to install java in redhat linux 8.0

For Oracle8i, you must install Java Runtime Environment.(orainst is replaced by GUI)
Download JRE, http://www.blackdown.org
select libc5 version for RH 5.2 and glibc version for RH 6.0 and later.
Copy JRE to /usr/local
Uncompress and create a symbolic link to /usr/local/jre.
# cd /usr/local
# tar zxvf jre_1.1.6-v5-glibc-x86.tar.gz
# ln -s jre116_v5 jre
Place /usr/lcoal/jre/bin into PATH
PATH=$PATH:/usr/local/jre/bin; export PATH
aparna challagulla
Valued Contributor

Re: how to install java in redhat linux 8.0

hi William,

i think u will find this link very useful. pl go thro it and see if it helps u.

http://home.bredband.no/gaulyk/java/tutorial/javaredhat.html#Java SDK Installation

HTH
aparna
If you don't have time to do it right you must have time to do it over