JRE In Ubuntu Breezy

Ask a Question related to Ubuntu, Design and Development.

  1. #1

    Default JRE In Ubuntu Breezy

    I've followed the instruction after downloading the .bin from sun java

    fakeroot make-jpkg jre-1_5_0_06-linux-i586.bin

    sudo dpkg -i sun-j2re1.5_1.5.0+update06_i386.deb

    All seemed well (no errors), yet when I open up the speed tests on
    dslreports, java isn't loaded. I have restarted the browser as required

    Any hints?

    Thanks,

    John
    John C Pearson Guest

  2. Similar Questions and Discussions

    1. update manager on Ubuntu Breezy
      every time I get the info "new updates available" I launch as root UpdateManager: it seems to work,but at the end it says E:locales:subprocess...
    2. Breezy vs Dapper
      Hi from a complete newbie. I've installed Breezy but cannot access the internet via dialup using my winmodem. I've attempted to follow the...
    3. Unofficial Ubuntu 5.10 (Breezy Badger) Starter Guide
      http://easylinux.info/wiki/Ubuntu Thought this should be referenced somewhere on this list. -- Chuck
    4. compiling vim 6.4 on breezy
      Trying to compile vim 6.4 and keep getting this error during make: objects/tag.o objects/term.o objects/ui.o objects/undo.o objects/window.o ...
    5. installing new sw on Ubuntu Breezy
      I have installed 5.10 on my notebook Toshiba A80. It works well,I have installed mplayer and mplayerplug-in from source after setting up some...
  3. #2

    Default Re: JRE In Ubuntu Breezy

    John C Pearson wrote:
    > I've followed the instruction after downloading the .bin from sun java
    >
    > fakeroot make-jpkg jre-1_5_0_06-linux-i586.bin
    >
    > sudo dpkg -i sun-j2re1.5_1.5.0+update06_i386.deb
    >
    > All seemed well (no errors), yet when I open up the speed tests on
    > dslreports, java isn't loaded. I have restarted the browser as required
    >
    > Any hints?
    >
    > Thanks,
    >
    > John
    Hi John ,

    Check to make sure the link in /usr/bin is pointing to the right Java
    program. If it is pointing to the original java script that comes with
    Ubuntu it will not work , you'll have to rename that link and make a new
    one. IE: ln -s /lib/jre1.4-XXX/java /usr/bin/java (Something on that
    order Of course replace jre1.4-xxx with the location of your installed
    sun java and correct jre. )

    hope this helps.
    Dave
    KC1DI Guest

  4. #3

    Default Re: JRE In Ubuntu Breezy

    On Sun, 12 Mar 2006 08:38:31 -0500, KC1DI wrote:
    > John C Pearson wrote:
    >> I've followed the instruction after downloading the .bin from sun java
    >>
    >> fakeroot make-jpkg jre-1_5_0_06-linux-i586.bin
    >>
    >> sudo dpkg -i sun-j2re1.5_1.5.0+update06_i386.deb
    >>
    >> All seemed well (no errors), yet when I open up the speed tests on
    >> dslreports, java isn't loaded. I have restarted the browser as required
    >>
    >> Any hints?
    >>
    >> Thanks,
    >>
    >> John
    >
    > Hi John ,
    >
    > Check to make sure the link in /usr/bin is pointing to the right Java
    > program. If it is pointing to the original java script t
    hat comes with
    > Ubuntu it will not work , you'll have to rename that link and make a new
    > one. IE: ln -s /lib/jre1.4-XXX/java /usr/bin/java (Something on that
    > order Of course replace jre1.4-xxx with the location of your installed
    > sun java and correct jre. )
    >
    > hope this helps.
    > Dave
    Dave,

    thanks - you pointed me in the right direction - here's what finally did
    the trick:

    root@ubuntu:/usr/lib/mozilla-firefox/plugins# sudo ln -s
    /usr/java/jre1.5.0_06/plugin/i386/ns7/libjavaplugin_oji.so

    whew! what a fight....just for a little plugin!!

    John
    John C Pearson Guest

  5. #4

    Default Re: JRE In Ubuntu Breezy

    John C Pearson wrote:
    > On Sun, 12 Mar 2006 08:38:31 -0500, KC1DI wrote:
    >
    >> John C Pearson wrote:
    >>> I've followed the instruction after downloading the .bin from sun java
    >>>
    >>> fakeroot make-jpkg jre-1_5_0_06-linux-i586.bin
    >>>
    >>> sudo dpkg -i sun-j2re1.5_1.5.0+update06_i386.deb
    >>>
    >>> All seemed well (no errors), yet when I open up the speed tests on
    >>> dslreports, java isn't loaded. I have restarted the browser as required
    >>>
    >>> Any hints?
    >>>
    >>> Thanks,
    >>>
    >>> John
    >> Hi John ,
    >>
    >> Check to make sure the link in /usr/bin is pointing to the right Java
    >> program. If it is pointing to the original java script t
    > hat comes with
    >> Ubuntu it will not work , you'll have to rename that link and make a new
    >> one. IE: ln -s /lib/jre1.4-XXX/java /usr/bin/java (Something on that
    >> order Of course replace jre1.4-xxx with the location of your installed
    >> sun java and correct jre. )
    >>
    >> hope this helps.
    >> Dave
    >
    > Dave,
    >
    > thanks - you pointed me in the right direction - here's what finally did
    > the trick:
    >
    > root@ubuntu:/usr/lib/mozilla-firefox/plugins# sudo ln -s
    > /usr/java/jre1.5.0_06/plugin/i386/ns7/libjavaplugin_oji.so
    >
    > whew! what a fight....just for a little plugin!!
    >
    > John
    Glad it worked,
    Dave
    KC1DI Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139