Results 1 to 5 of 5

Thread: installing java?

  1. #1
    Join Date
    Feb 2011
    Beans
    61
    Distro
    Ubuntu 12.04 Precise Pangolin

    Question installing java?

    any ideas how i can install java to ubuntu so i can use online applications that require it?

  2. #2
    Join Date
    Feb 2011
    Location
    San Francisco
    Beans
    18
    Distro
    Ubuntu Development Release

    Re: installing java?

    There is a community doc with that info, which includes the browser plug-in installation.

    https://help.ubuntu.com/community/Java

  3. #3
    Join Date
    Feb 2007
    Location
    St. Louis, MO
    Beans
    4,930
    Distro
    Ubuntu 20.04 Focal Fossa

    Re: installing java?

    Quote Originally Posted by mick_86 View Post
    any ideas how i can install java to ubuntu so i can use online applications that require it?
    Yes, enter the following in a terminal:

    Code:
    sudo apt-get -y install sun-java6-bin sun-java6-fonts sun-java6-jdk sun-java6-jre sun-java6-plugin
    This works for 32 and 64 bit.

    Remember for Lucid and later you need to enable the "Partner" repository. Java stuff was moved to this repository.
    Last edited by stchman; March 8th, 2011 at 08:27 PM.
    Windows, only good for gaming.

  4. #4
    Join Date
    Jan 2010
    Beans
    419
    Distro
    Ubuntu Development Release

    Re: installing java?

    note that if you already installed ubuntu restricted extras this will install also the jre required to run the applications

  5. #5
    Join Date
    Feb 2007
    Location
    St. Louis, MO
    Beans
    4,930
    Distro
    Ubuntu 20.04 Focal Fossa

    Re: installing java?

    Quote Originally Posted by cap10Ibraim View Post
    note that if you already installed ubuntu restricted extras this will install also the jre required to run the applications
    The restricted extras package installs the openJDK plugin. Yes, that one works, but the SUN/Oracle one is better.
    Windows, only good for gaming.

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
  •