Results 1 to 4 of 4

Thread: Installing java? [12.10]

  1. #1
    Join Date
    Sep 2012
    Beans
    163

    Installing java? [12.10]

    How do i install java on Ubuntu 12.10?

    Thanks,
    tahdas

  2. #2
    Join Date
    May 2012
    Location
    ザ・ワ&
    Beans
    152
    Distro
    Xubuntu 12.04 Precise Pangolin

    Re: Installing java? [12.10]

    This did the trick for me:
    http://www.webupd8.org/2012/01/insta...buntu-via.html
    Hope it helps, if it does mark the thread as [SOLVED]
    Technomancy
    The old ways are not the only ways. We study the mysteries of laser and circuit, crystal and scanner. Holographic daemons and invocations of equations. These are the tools we employ, and we know many things

  3. #3
    Join Date
    Jan 2013
    Beans
    0

    Smile Re: Installing java? [12.10]

    Quote Originally Posted by tahdas View Post
    How do i install java on Ubuntu 12.10?

    Thanks,
    tahdas
    To install Oracle Java 7 in Ubuntu 12.10 use the following commands in Terminal:
    Code:
    sudo add-apt-repository ppa:webupd8team/java 
    sudo apt-get update 
    sudo apt-get install oracle-java7-installer
    If you ever want to remove Oracle Java 7 from your system at any point run the following command in Terminal:
    Code:
    sudo apt-get remove oracle-java7-installer

  4. #4
    Join Date
    Nov 2010
    Beans
    Hidden!
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Installing java? [12.10]

    Just install ubuntu restricted extras from the software center, should have all the stuff you needfor java and other general things.

    Also chromium/Google Chrome comes with java built in i believe
    'The storm had now definitely abated, and what thunder there was now grumbled over more distant hills, like a man saying "AND ANOTHER THING!" twenty minutes after admitting he's lost the argument'
    -Douglas Adams

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •