Adblock breaks this site

CentOS and Java

Discussion in 'Technology' started by zackeri, Jan 24, 2013.

  1. zackeri

    zackeri Active Member

    Joined:
    Feb 4, 2012
    Posts:
    171
    Referrals:
    0
    Sythe Gold:
    0
    CentOS and Java

    Does anyone have a guide on installing Java on CentOS 6.3?
     
  2. RuneScapeJJ

    RuneScapeJJ Guru
    $25 USD Donor New

    Joined:
    Aug 14, 2011
    Posts:
    1,522
    Referrals:
    1
    Sythe Gold:
    0
    Potamus
  3. catsown

    catsown Active Member

    Joined:
    Jul 30, 2007
    Posts:
    198
    Referrals:
    0
    Sythe Gold:
    0
    CentOS and Java

    IF 32bit:

    Run in terminal:

    Code:
    wget -c --no-cookies --header "Cookie: gpw_e24=http%3A%2F%2Fwww.oracle.com%2F" "http://download.oracle.com/otn-pub/java/jdk/7u11-b21/jdk-7u11-linux-x64.rpm" --output-document="jdk-7u11-linux-x64.rpm"
    
    rpm -Uvh jdk-7u11-linux-x64.rpm
    IF 64bit:

    Run in terminal:

    Code:
    wget -c --no-cookies --header "Cookie: gpw_e24=http%3A%2F%2Fwww.oracle.com%2F" "http://download.oracle.com/otn-pub/java/jdk/7u11-b21/jdk-7u11-linux-i586.rpm" --output-document="jdk-7u11-linux-i586.rpm"
    
    rpm -Uvh jdk-7u11-linux-i586.rpm
    
     
  4. Revolution

    Revolution Apprentice

    Joined:
    Dec 20, 2007
    Posts:
    679
    Referrals:
    1
    Sythe Gold:
    5
    CentOS and Java

    I am actually very familiar with installing it on centos. Let me know if you have any further questions!
     
< Smart Phone Question?? | Removing duplicate words from a text file? >


 
 
Adblock breaks this site