LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Mandriva
User Name
Password
Mandriva This Forum is for the discussion of Mandriva (Mandrake) Linux.

Notices


Reply
  Search this Thread
Old 11-17-2005, 12:04 PM   #1
creed4
LQ Newbie
 
Registered: Nov 2005
Posts: 15

Rep: Reputation: 0
Having troble getting firefox to see java plugin


I just had a hardrive crash and had to redo my system, I run 2005 se I tried 2006 but the the start up screen was scrambled. Any I have been have trouble getting Java to work with firefox. I installed it many times, I even put the latest stable release of firefox on my computer. Firefox will not see the plugin. I have place the simbolic link many times. I'm not a newb, but my knowleadge is limited, can some one help.
 
Old 11-17-2005, 12:13 PM   #2
jrbiochem
Member
 
Registered: Apr 2004
Location: Dundee, Scotland
Distribution: Fedora Core 2
Posts: 57

Rep: Reputation: 15
When I've had these problems it's been fixed by copying or symtlinking the system .so java file to ~/.mozilla/plugins. But if you've already done that then I don't know.....

Jon
 
Old 11-17-2005, 12:53 PM   #3
creed4
LQ Newbie
 
Registered: Nov 2005
Posts: 15

Original Poster
Rep: Reputation: 0
already did that with every plugin file
 
Old 11-17-2005, 04:02 PM   #4
tkedwards
Senior Member
 
Registered: Aug 2004
Location: Munich, Germany
Distribution: Opensuse 11.2
Posts: 1,549

Rep: Reputation: 52
So you've smylinked it into /usr/lib/mozilla/plugins? what does
Code:
ls -l /usr/lib/mozilla/plugins/
show?
 
Old 11-17-2005, 06:35 PM   #5
creed4
LQ Newbie
 
Registered: Nov 2005
Posts: 15

Original Poster
Rep: Reputation: 0
[creed4@localhost ~]$ ls -l /usr/local/src/firefox-installer/plugins/
total 60
-rw-r--r-- 1 root root 126 Nov 17 18:35 libjavaplugin_oji.so.desktop
-rwxr-xr-x 1 root root 7696 Mar 14 2005 libmozsvgdec.so*
-rwxr-xr-x 1 root root 18840 Sep 20 16:46 libnullplugin.so*
-rwxr-xr-x 1 root root 26344 Mar 29 2005 mozplugger.so*
lrwxrwxrwx 1 root root 40 Nov 17 11:53 nphelix.so -> /usr/local/RealPlayer/mozilla/nphelix.so*
lrwxrwxrwx 1 root root 41 Nov 17 11:53 nphelix.xpt -> /usr/local/RealPlayer/mozilla/nphelix.xpt*
[creed4@localhost ~]$
 
Old 11-17-2005, 06:51 PM   #6
tsphan
Member
 
Registered: Jan 2005
Location: Clackamas, Oregon, US
Distribution: Slackware 10.2
Posts: 154

Rep: Reputation: 30
apperently, you didn't copy a symbolic link, but a Desktop Launcher, like the ones that KDE and GNOME use. A launcher is different because what it does is tells KDE or GNOME how to load that program. While a symbolic link is a file which refers to where another file is.

i'm not sure how to do it with KDE or GNOME, but using the
Code:
ln -s /location/of/java/plugin /usr/local/src/firefox-installer/plugins/.
in a terminal should do it

Last edited by tsphan; 11-17-2005 at 06:53 PM.
 
Old 11-17-2005, 07:01 PM   #7
creed4
LQ Newbie
 
Registered: Nov 2005
Posts: 15

Original Poster
Rep: Reputation: 0
It didn't work
 
Old 11-17-2005, 07:13 PM   #8
tsphan
Member
 
Registered: Jan 2005
Location: Clackamas, Oregon, US
Distribution: Slackware 10.2
Posts: 154

Rep: Reputation: 30
what was the standard output when you typed in that command?
 
Old 11-17-2005, 07:18 PM   #9
creed4
LQ Newbie
 
Registered: Nov 2005
Posts: 15

Original Poster
Rep: Reputation: 0
[root@localhost creed4]# ls -s /usr/java/jre1.5.0_05/plugin/i386/ns7/libjavaplugin_oji.so /usr/local/src/firefox-installer/plugins/
136 /usr/java/jre1.5.0_05/plugin/i386/ns7/libjavaplugin_oji.so*

/usr/local/src/firefox-installer/plugins/:
total 56
8 libmozsvgdec.so* 28 mozplugger.so* 0 nphelix.xpt@
20 libnullplugin.so* 0 nphelix.so@
[root@localhost creed4]#
 
Old 11-17-2005, 08:41 PM   #10
tkedwards
Senior Member
 
Registered: Aug 2004
Location: Munich, Germany
Distribution: Opensuse 11.2
Posts: 1,549

Rep: Reputation: 52
Try:
Code:
cd /usr/lib/mozilla/plugins
ln -s /usr/java/jre1.5.0_05/plugin/i386/ns7/libjavaplugin_oji.so
 
Old 11-17-2005, 09:53 PM   #11
creed4
LQ Newbie
 
Registered: Nov 2005
Posts: 15

Original Poster
Rep: Reputation: 0
sorry, but that didn't work either.
Heres the read out
[root@localhost plugins]# ln -s /usr/java/jre1.5.0_05/plugin/i386/ns7/libjavaplugin_oji.so
[root@localhost plugins]#

Whats funny, I didn't have a problem with the previous version
 
Old 11-17-2005, 09:57 PM   #12
tsphan
Member
 
Registered: Jan 2005
Location: Clackamas, Oregon, US
Distribution: Slackware 10.2
Posts: 154

Rep: Reputation: 30
Quote:
Originally posted by creed4
[root@localhost creed4]# ls -s /usr/java/jre1.5.0_05/plugin/i386/ns7/libjavaplugin_oji.so /usr/local/src/firefox-installer/plugins/
136 /usr/java/jre1.5.0_05/plugin/i386/ns7/libjavaplugin_oji.so*

/usr/local/src/firefox-installer/plugins/:
total 56
8 libmozsvgdec.so* 28 mozplugger.so* 0 nphelix.xpt@
20 libnullplugin.so* 0 nphelix.so@
[root@localhost creed4]#

you used the "ls" command instead of the "ln" command. Retry it again, using the "ln" command

Code:
ln -s /location/of/java/plugin /usr/local/src/firefox-installer/plugins/.
 
Old 11-17-2005, 10:27 PM   #13
tkedwards
Senior Member
 
Registered: Aug 2004
Location: Munich, Germany
Distribution: Opensuse 11.2
Posts: 1,549

Rep: Reputation: 52
Quote:
sorry, but that didn't work either.
Heres the read out
[root@localhost plugins]# ln -s /usr/java/jre1.5.0_05/plugin/i386/ns7/libjavaplugin_oji.so
[root@localhost plugins]#

Whats funny, I didn't have a problem with the previous version
That's the correct output if the symlinking worked. Now when you startup your firefox do the Java plugins appear when you put
Code:
about:plugins
in the address bar (remove the space between about and :plugins, its just this forum that does that)?

Last edited by tkedwards; 11-17-2005 at 10:28 PM.
 
Old 11-17-2005, 10:31 PM   #14
creed4
LQ Newbie
 
Registered: Nov 2005
Posts: 15

Original Poster
Rep: Reputation: 0
Thank you. I finally got it to work.
 
Old 11-17-2005, 10:40 PM   #15
tsphan
Member
 
Registered: Jan 2005
Location: Clackamas, Oregon, US
Distribution: Slackware 10.2
Posts: 154

Rep: Reputation: 30
how did you get it to work may i ask?
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Java plugin installed correctly for Firefox but not able to view any java applet tvn Linux - Software 10 04-15-2010 02:13 AM
java plugin for firefox velska Linux - Software 8 04-15-2006 07:00 PM
Firefox 1.0.1 and Java 1.5 plugin: no go Kropotkin Linux - Software 8 03-19-2005 01:01 PM
Java Plugin for Firefox wiskic10_4 Linux - Software 3 12-17-2004 08:09 PM
java plugin for firefox wi_slacker Slackware 14 05-29-2004 02:06 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Mandriva

All times are GMT -5. The time now is 06:51 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration