Results 1 to 5 of 5

Thread: How to install jdk in ubuntu 6?

  1. #1
    Join Date
    Sep 2008
    Beans
    116

    Thumbs down How to install jdk in ubuntu 6?

    Hello friends,
    Please tell me how to install jdk in ubuntu 6.
    Thanks in advance.

  2. #2
    Join Date
    Jul 2005
    Location
    I think I'm here! Maybe?
    Beans
    Hidden!
    Distro
    Xubuntu 22.04 Jammy Jellyfish

    Re: How to install jdk in ubuntu 6?

    Ubuntu 6? What do you mean? If you are still running 6.06LTS there should still be repos available for it with java included. If you have 6.10, I'm afraid there are no updates any more and you will need to update to a newer version of ubuntu.

  3. #3
    Join Date
    Oct 2008
    Location
    cochin
    Beans
    15
    Distro
    Ubuntu 6.06 Dapper

    Re: How to install jdk in ubuntu 6?

    copy/download j2sdk-1_4_18-linux-i586.bin(or any version of jdk .bin file) to ur desktop.

    go to applications>accessories>terminal

    enter

    cd ~/Desktop
    sudo cp j2sdk-1_4_18-linux-i586.bin /usr/local/bin
    (here iam copying j2sdk.bin from my desktop to /usr/local/bin)
    sudo -s
    pw:type ur password
    cd /usr/local/bin
    (now iam changing to /usr/local/bin from my desktop)
    chmod a+x j2sdk-1_4_18-linux-i586.bin
    (ie changing permission of file to be executable)
    ls -l
    (ie to verify whether the file j2dk is there in /usr/local/bin DIR)
    ./j2sdk-1_4_18-linux-i586.bin
    press ENTER few sec.now u will come to the end of egreement.TYPE yes)

    BINGO!U HAVE SUCCESFULLY INSTALLED UR JDK
    Last edited by guitsy; October 20th, 2008 at 10:33 AM.

  4. #4
    Join Date
    Sep 2008
    Beans
    116

    Thumbs down Re: How to install jdk in ubuntu 6?

    Hi ajgreeny,
    Thanks for your help.I am very new to ubuntu.You may wonder ...I had to shift from Ubuntu 8.04(hardy) to Ubuntu 6.06LTS. Because-I had to install Ubuntu in my external disk.Installing 'Hardy' to external disk was a nightmare.It was getting installed but not running in any other machine except by which it was installed to the external.I tried several ways , but it was giving grub error in all occasions.In contrast,running ubuntu 6.06LTS from external disk in any machine is as smooth as butter.

    Hi guitsy,
    Thanks a lot.Could you please send me the link from where I can download jdk (and possibly all different libraries)for Ubuntu?

  5. #5
    Join Date
    Oct 2008
    Location
    cochin
    Beans
    15
    Distro
    Ubuntu 6.06 Dapper

    Re: How to install jdk in ubuntu 6?

    hi friend
    just try this...........
    click on system......help and support........advanced topics........writing your own programs......... select java........now choose jdk option you want........follow the instruction

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
  •