Page 2 of 3 FirstFirst 123 LastLast
Results 11 to 20 of 21

Thread: Howto: Manually (non-repo) install jre-1_5_0_06 on Dapper

  1. #11
    Join Date
    Jan 2006
    Location
    PH
    Beans
    41
    Distro
    Ubuntu 6.06

    Help?!

    geezz i'm so slow and i need your help...i already download the file on my desktop (by default the file(s) are saved on my desktop) and followed the instructions...

    STEP 1 - I typed the command
    fornie@fornie:~$ sudo mv jre-1_5_0_07-linux-i586.bin /usr/local
    STEP 2 - I entered my login password which unfortunately failed
    Password:
    mv: cannot stat `jre-1_5_0_07-linux-i586.bin': No such file or directory
    STEP 3 - I typed the command sudo -i
    fornie@fornie:~$ sudo -i
    STEP 4 - I typed the command again
    root@fornie:~# sudo mv jre-1-5-07-linux-i586.bin /usr/local
    mv: cannot stat `jre-1-5-07-linux-i586.bin': No such file or directory
    root@fornie:~#


    hmmm...? I somewhat got the idea that the problem is with the location of the file...help pls! thanks im kinda slow please bear with me hahhaa

  2. #12
    Join Date
    Jan 2006
    Location
    PH
    Beans
    41
    Distro
    Ubuntu 6.06

    Re: Howto: Manually (non-repo) install jre-1_5_0_06 on Dapper

    geezz sorry...i got it already...

    what i did, i transferred the file on /home/fornie/
    go to konsole
    > fornie@fornie:~$ sudo chmod a+x jre-1_5_0_07-linux-i586.bin /home/fornie/
    > fornie@fornie:~$ ls -
    > fornie@fornie:~$ ./jre-1_5_0_07-linux-i586.bin

    then whoa!...I'm so happy!!! this is fun!! i'm learning...

  3. #13
    Join Date
    Jun 2006
    Beans
    6

    Re: Howto: Manually (non-repo) install jre-1_5_0_06 on Dapper

    Quote Originally Posted by jdong
    In Dapper, Sun Java is available in the Multiverse section as sun-java5-jre and sun-java5-jdk (JDK is the development kit that contains the Java compiler)
    it works too, but only from command line:
    Code:
    sudo apt-get install sun-java5-jdk
    If you try to run it from adept client, you'll get in plenty of trouble.
    Last edited by elephas; June 4th, 2006 at 06:09 PM.

  4. #14
    Join Date
    Oct 2004
    Location
    Cupertino, CA
    Beans
    5,092
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Howto: Manually (non-repo) install jre-1_5_0_06 on Dapper

    That is an Adept bug, then... the Java package uses Debconf to display the license agreement to you, and as per the redistribution terms, you must indicate acceptance of the license. This requires a Debconf-interactive terminal (or another debconf method of interacting with a human). I believe Synaptic handles it fine, as does command line. If Adept doesn't, that's an Adept bug and should be filed as such in Launchpad.
    Quote Originally Posted by tuxradar
    Linux's audio architecture is more like the layers of the Earth's crust than the network model, with lower levels occasionally erupting on to the surface, causing confusion and distress, and upper layers moving to displace the underlying technology that was originally hidden

  5. #15
    Join Date
    Jan 2005
    Beans
    222

    Re: Howto: Manually (non-repo) install jre-1_5_0_06 on Dapper

    Quote Originally Posted by jdong
    What would be the advantage of installing Java using either this or the java-package method?

    In Dapper, Sun Java is available in the Multiverse section as sun-java5-jre and sun-java5-jdk (JDK is the development kit that contains the Java compiler)
    IMHO, it's always good to cover your bases. I've now edited the first post to contain that information.
    Last edited by Arktis; June 8th, 2006 at 03:18 AM.
    ...

  6. #16
    Join Date
    Oct 2004
    Location
    Cupertino, CA
    Beans
    5,092
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Howto: Manually (non-repo) install jre-1_5_0_06 on Dapper

    Thanks for doing so!

    There are numerous advantages to using the distribution's packages, including easier management of upgrades (both possible security updates AND in 6 months when you want to do a distribution upgrade) and better integration (nobody knows how to do it better than the distribution developers themselves!) with the distribution.

    However, as you said, it's always good to have this fallback if something doesn't work out.
    Quote Originally Posted by tuxradar
    Linux's audio architecture is more like the layers of the Earth's crust than the network model, with lower levels occasionally erupting on to the surface, causing confusion and distress, and upper layers moving to displace the underlying technology that was originally hidden

  7. #17
    Join Date
    Jun 2006
    Beans
    6

    Re: Howto: Manually (non-repo) install jre-1_5_0_06 on Dapper

    Quote Originally Posted by jdong
    That is an Adept bug, then... the Java package uses Debconf to display the license agreement to you, and as per the redistribution terms, you must indicate acceptance of the license.
    Exactly. This package, like some others, launches interactive text-mode terminal session; Adept by default keeps it hidden, all the user sees by default is the frozen progress bar. Even if you show details and see the session, sometimes you can interact with it by pressing Tab, Space and Enter, sometimes you can't. Can't use the mouse either....

  8. #18
    Join Date
    Dec 2005
    Location
    Milano, Italy
    Beans
    224
    Distro
    Ubuntu 7.10 Gutsy Gibbon

    Re: Howto: Manually (non-repo) install jre-1_5_0_06 on Dapper

    guys, alien-ized rpm from suns https://mustang.dev.java.net/ (Java 6!) works pretty well. With Java6 you can get rid of its "alien" gui, and get finally a better gtk look and feel (some glitches @16-bit video mode) whit themed applications.

    bye

  9. #19
    Join Date
    May 2005
    Location
    UK
    Beans
    70

    Re: Howto: Manually (non-repo) install jre-1_5_0_06 on Dapper

    cool I can try sloth now
    kernel 3.2.7 | github | blog

  10. #20
    Join Date
    Apr 2006
    Beans
    101
    Distro
    Fluxbuntu

    Angry Re: Howto: Manually (non-repo) install jre-1_5_0_06 on Dapper

    Nice tutorial for java jse!

    I have not internet connection at this time and need to have JDK installed in Xubuntu.

    How can I install the JDK? The same way that JRE?
    How should I do it?

    Please help!

    Jordi

Page 2 of 3 FirstFirst 123 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
  •