Results 1 to 6 of 6

Thread: Oracle (Sun) Java JRE 6 update 22

  1. #1
    Join Date
    Jul 2006
    Location
    Castrum, Germania Secunda
    Beans
    1,071

    Lightbulb Oracle (Sun) Java JRE 6 update 22

    Oracle has made available Java JRE 6 update 22. Among other things, this contains security fixes:
    http://www.oracle.com/technetwork/ja...es-176121.html

    If you want it now: it's not in the repo's (yet), but you can install it manually as well. For example by applying this updated how-to:
    http://sites.google.com/site/easylinuxtipsproject/java

    Good luck!

  2. #2
    Join Date
    Mar 2010
    Beans
    37
    Distro
    Ubuntu 12.04 Precise Pangolin

    Talking Re: Oracle (Sun) Java JRE 6 update 22

    Thank you!


  3. #3
    Join Date
    Jul 2006
    Location
    Castrum, Germania Secunda
    Beans
    1,071

    Re: Oracle (Sun) Java JRE 6 update 22

    Quote Originally Posted by bep7987 View Post
    Thank you!

    You're welcome.

    Of course this update (6u22) should get into the repositories as well. Both Lucid and Maverick are affected: Lucid has 6u20 and Maverick has 6u21.

    An interesting test for the responsiveness of the Ubuntu security team.

  4. #4
    Join Date
    Jul 2006
    Location
    Castrum, Germania Secunda
    Beans
    1,071

    Re: Oracle (Sun) Java JRE 6 update 22

    Update: there's an active bug report on Launchpad:
    https://bugs.launchpad.net/ubuntu/+s...a6/+bug/659937

    It appears they're working on it.

  5. #5
    Join Date
    Feb 2011
    Location
    Iowa
    Beans
    Hidden!
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: Oracle (Sun) Java JRE 6 update 22

    I've got the Sun JRE installed, dpkg reports it (ii) installed and healthy, but when I type
    Code:
    java -version
    it tells me I am using OpenJDK (IcedTea). I need to run the sun proprietary version, because of a site I visit which requires it (for the time being).

    Code:
    sudo update-java-alternatives -s java-6-sun
    gets me
    Code:
    update-java-alternatives: directory does not exist: /usr/lib/jvm/java-6-sun
    Any suggestions how to define the sun version as the global default?

    Thanks in advance,
    Daniel
    <dc><

  6. #6
    Join Date
    Aug 2006
    Beans
    13,354
    Distro
    Ubuntu Mate 20.04 Focal Fossa

    Re: Oracle (Sun) Java JRE 6 update 22

    If you have followed Pjotr123's howto, the command to update your java version should look like this:
    sudo update-alternatives --install "/usr/bin/java" "java" "/opt/java/32/jre1.6.0_26/bin/java" 1

Tags for this Thread

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
  •