Ask a Question related to Ubuntu, Design and Development.
-
John C Pearson #1
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
-
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... -
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... -
Unofficial Ubuntu 5.10 (Breezy Badger) Starter Guide
http://easylinux.info/wiki/Ubuntu Thought this should be referenced somewhere on this list. -- Chuck -
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 ... -
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... -
KC1DI #2
Re: JRE In Ubuntu Breezy
John C Pearson wrote:
Hi John ,> 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
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
-
John C Pearson #3
Re: JRE In Ubuntu Breezy
On Sun, 12 Mar 2006 08:38:31 -0500, KC1DI wrote:
hat comes with> 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 tDave,> 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
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
-
KC1DI #4
Re: JRE In Ubuntu Breezy
John C Pearson wrote:
Glad it worked,> On Sun, 12 Mar 2006 08:38:31 -0500, KC1DI wrote:
>> hat comes with>> John C Pearson wrote:>> Hi John ,>>> 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
>>
>> 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>>> 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
Dave
KC1DI Guest



Reply With Quote

