CentOS and Java

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

CentOS and Java
  1. Unread #1 - Jan 24, 2013 at 11:03 AM
  2. zackeri
    Joined:
    Feb 4, 2012
    Posts:
    171
    Referrals:
    0
    Sythe Gold:
    0

    zackeri Active Member

    CentOS and Java

    Does anyone have a guide on installing Java on CentOS 6.3?
     
  3. Unread #2 - Jan 24, 2013 at 4:14 PM
  4. RuneScapeJJ
    Joined:
    Aug 14, 2011
    Posts:
    1,522
    Referrals:
    1
    Sythe Gold:
    0
    Potamus

    RuneScapeJJ Guru
    $25 USD Donor New

  5. Unread #3 - Jan 24, 2013 at 8:54 PM
  6. catsown
    Joined:
    Jul 30, 2007
    Posts:
    198
    Referrals:
    0
    Sythe Gold:
    0

    catsown Active Member

    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
    
     
  7. Unread #4 - Jan 25, 2013 at 11:06 PM
  8. Revolution
    Joined:
    Dec 20, 2007
    Posts:
    679
    Referrals:
    1
    Sythe Gold:
    5

    Revolution Apprentice

    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? >

Users viewing this thread
1 guest


 
 
Adblock breaks this site