Page 1 of 2 12 LastLast
Results 1 to 10 of 11

Thread: how to install sun java 6 on lucid lynx

  1. #1
    Join Date
    Aug 2007
    Beans
    734
    Distro
    Ubuntu Development Release

    how to install sun java 6 on lucid lynx

    In the newly released Ubuntu 10.04 LTS, the sun-java6-jre packages have been removed from the Multiverse section of the Ubuntu archive. So you cannot install it using the command sudo apt-get install sun-java6-jre directly!!!

    To install sun-java6-jre on Ubuntu 10.04 LTS, type the commands below in Terminal:

    Code:
    sudo add-apt-repository "deb http://archive.canonical.com/ lucid partner"
    Code:
    sudo apt-get update
    Code:
    sudo apt-get install sun-java6-jre
    this can i be used for the JDK java packages just replace the jre with JDK

    this tutorial was from
    http://linuxidiotnote.blogspot.com/2...a6-jre-on.html

  2. #2
    Join Date
    Jan 2006
    Location
    NSW, Australia
    Beans
    114
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: how to install sun java 6 on lucid lynx

    anyone know why the Sun version of Java was removed?

    Thanks for the instructions on how to install it

  3. #3
    Join Date
    May 2008
    Beans
    89
    Distro
    Ubuntu 11.10 Oneiric Ocelot

    Re: how to install sun java 6 on lucid lynx

    Quote Originally Posted by Andrew Golightly View Post
    anyone know why the Sun version of Java was removed?

    Thanks for the instructions on how to install it
    Maybe it is no longer open source because Oracle has purchased it.

    Thanks for the install instructions.
    Wife after seeing my Ubuntu coffee cup.
    "What the h&ll is Uuuuu-bunnnn-to?"

  4. #4
    scouser73's Avatar
    scouser73 is offline Iced Blended Vanilla Crème Ubuntu
    Join Date
    Mar 2008
    Beans
    1,663
    Distro
    Ubuntu Development Release

    Wink Re: how to install sun java 6 on lucid lynx

    Sun Java is back in the Ubuntu repositories, it's the latest version.

  5. #5
    Join Date
    Oct 2005
    Beans
    126

    Re: how to install sun java 6 on lucid lynx

    Thanks for this!
    Most people have something cool here all I have is ________

  6. #6
    Join Date
    Aug 2006
    Beans
    2

    Re: how to install sun java 6 on lucid lynx

    I'm doing unattended installs using a combination of preseeding and kickstart and would like to know if any one has any idea how to automate the license agreement that you have to manually accept when installing the sun jdk.

    Cheers
    Matt

  7. #7
    Join Date
    Dec 2009
    Beans
    Hidden!
    Distro
    Kubuntu 10.04 Lucid Lynx

    Re: how to install sun java 6 on lucid lynx

    Sun Java and Adobe Flash are in partner repo, need to enable it in synaptic or kpackagemanager.
    The finding of unity in variety is really what we call knowledge..... Vivekananda.

  8. #8
    Join Date
    Feb 2009
    Location
    /earth/india/mumbai
    Beans
    599
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: how to install sun java 6 on lucid lynx

    Quote Originally Posted by terry_gardener View Post
    In the newly released Ubuntu 10.04 LTS, the sun-java6-jre packages have been removed from the Multiverse section of the Ubuntu archive. So you cannot install it using the command sudo apt-get install sun-java6-jre directly!!!

    To install sun-java6-jre on Ubuntu 10.04 LTS, type the commands below in Terminal:

    Code:
    sudo add-apt-repository "deb http://archive.canonical.com/ lucid partner"
    Code:
    sudo apt-get update
    Code:
    sudo apt-get install sun-java6-jre
    this can i be used for the JDK java packages just replace the jre with JDK

    this tutorial was from
    http://linuxidiotnote.blogspot.com/2...a6-jre-on.html
    Thanks for this info..
    i use JDownloader which requires jre.Although it should work with openJDK,but i have previously used sun java and was searching the same in Lucid..

    Vote for my Idea
    ~~~Open-source Software and Patience go hand in hand~~~

  9. #9
    Join Date
    Dec 2009
    Beans
    Hidden!
    Distro
    Kubuntu 10.04 Lucid Lynx

    Re: how to install sun java 6 on lucid lynx

    Update to latest Sun Java via dedicated Java PPA.

    sudo add-apt-repository ppa:ferramroberto/java && sudo apt-get update

    sudo apt-get upgrade
    The finding of unity in variety is really what we call knowledge..... Vivekananda.

  10. #10
    Join Date
    Nov 2007
    Beans
    9

    Re: how to install sun java 6 on lucid lynx

    I would like to know... if do the upgrade to ubuntu 10.04, does it install automatically sun-java6 or doest it go for the open source version?

Page 1 of 2 12 LastLast

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
  •