Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
|
03-27-2005, 08:42 AM
|
#1
|
Member
Registered: Sep 2004
Posts: 190
Rep:
|
Prompt to install Plugin on Firefox Browser?
To whom it may concern
On My FireFox, I kept getting an message to "Click Here to install Plugin".
When I click here to install Plugin it says " The following Plugin is ready to install (Java Runtime Environment). I click next and Java Runtime is not available for install ... than I Run Manual install. When I run Manual Install for Java Runtime and it take me to Java web site too Download the lastest Java but I have the lastest Java running on my machine already.
Java is already install on my Suse Machine, I have version jre_1.5.0 install on my machine.
I have a Icon for Java on my Suse Start Program Menu.
Why I'am my getting request to install Java when I already have Java in my machine. thanks
|
|
|
03-27-2005, 09:03 AM
|
#2
|
Senior Member
Registered: Jul 2004
Location: Lower Rhine region, Germany
Distribution: Slackware64 current
Posts: 1,649
Rep: 
|
You have to create a symlink to the Java plugin in your Firefox browser's plugin directory.
Search for libjavaplugin (I think it's called libjavaplugin_oji.so, sorry, running Windows right now) on your computer.
Then locate where firefox is installed; make the link in /path-to-firefox/plugins
|
|
|
03-27-2005, 09:42 AM
|
#3
|
Member
Registered: Sep 2004
Posts: 190
Original Poster
Rep:
|
How do you make the link in /path-firefox/pluggins on firefox?
I found the libjavaplugin_oji.so file on my directory.
|
|
|
03-27-2005, 09:47 AM
|
#4
|
Member
Registered: Jan 2005
Location: Between the chair and the desk
Distribution: Debian Sarge, kernel 2.6.13
Posts: 666
Rep:
|
Code:
ln -s libjavapugin_oji.so /path-firefox/plugins/libjavaplugin_oji.so
executed from libjavaplugin_oji.so's directory.
|
|
|
03-27-2005, 10:18 AM
|
#5
|
Member
Registered: Sep 2004
Posts: 190
Original Poster
Rep:
|
thanks tito & Harken
I'm getting this error message
linux:/usr/java/jre1.5.0_01/plugin/i386/ns7 # dir *.so
-rwxr-xr-x 1 root root 134116 2004-12-07 01:50 libjavaplugin_oji.so
linux:/usr/java/jre1.5.0_01/plugin/i386/ns7 # ln -s libjavaplugin_oji.so /path-firefox/plugins/libjavaplugin_oji.so
ln: creating symbolic link `/path-firefox/plugins/libjavaplugin_oji.so' to `libjavaplugin_oji.so': No such file or directory
Last edited by suse2166; 03-27-2005 at 10:39 AM.
|
|
|
03-27-2005, 10:27 AM
|
#6
|
Member
Registered: Jan 2005
Location: Between the chair and the desk
Distribution: Debian Sarge, kernel 2.6.13
Posts: 666
Rep:
|
You should replace "path-firefox" with your actual location of Firefox. For example, if Firefox is installed in /home/firefox-installer, you should run these two commands:
Code:
cd usr/java/jre1.5.0_01/plugin/i386/ns7
ln -s libjavapugin_oji.so /home/firefox-installer/plugins/libjavaplugin_oji.so
See if this works. Again, if FF isn't installed under /home/firefox-installer, change the path accordingly.
And it's harken, not Harden.
Last edited by harken; 03-27-2005 at 10:28 AM.
|
|
|
03-27-2005, 10:48 AM
|
#7
|
Member
Registered: Sep 2004
Posts: 190
Original Poster
Rep:
|
thanks Harken (I did say Harken)
and the command work ... Now the file exits in the firefox-installer directory....
|
|
|
03-27-2005, 01:57 PM
|
#8
|
Member
Registered: Sep 2004
Posts: 190
Original Poster
Rep:
|
Firefox Pluggin Still not working. I am steel been prompted for Java Pluggins. thanks
|
|
|
03-28-2005, 04:14 AM
|
#9
|
Member
Registered: Jan 2005
Location: Between the chair and the desk
Distribution: Debian Sarge, kernel 2.6.13
Posts: 666
Rep:
|
Ok, sorry, I think I misguided you. Try the following:
Code:
cd /home/firefox-installer/plugins
rm libjavaplugin_oji.so
ln -s /usr/java/jre1.5.0_01/plugin/i386/ns7/libjavaplugin_oji.so
Again, replace /home/firefox-installer with the adequate path. The rm command will remove the previously created symlink as it's not working. The reason is that the the previous commands I gave you created a link to another location...again, sorry, I must have been thinking at something else. This set of commands should work however.
|
|
|
03-28-2005, 03:16 PM
|
#10
|
Member
Registered: Sep 2004
Posts: 190
Original Poster
Rep:
|
That okay Harken
Should i reboot the machine because I closed Firefox and reopened an its prompting me again to install the FireFox Manual Plugin....
|
|
|
03-29-2005, 02:34 AM
|
#11
|
Senior Member
Registered: Jul 2004
Location: Lower Rhine region, Germany
Distribution: Slackware64 current
Posts: 1,649
Rep: 
|
There is no need to reboot your computer. Just close Firefox and start it again, that is enough for the changes to take place.
Glad you got it working 
|
|
|
03-29-2005, 03:54 PM
|
#12
|
Member
Registered: Sep 2004
Posts: 190
Original Poster
Rep:
|
thank Tito...
I'm still getting prompted for Manual Pluggin of Java Environment (Manual)!. Thanks
|
|
|
03-29-2005, 04:29 PM
|
#13
|
Senior Member
Registered: Jul 2004
Location: Lower Rhine region, Germany
Distribution: Slackware64 current
Posts: 1,649
Rep: 
|
Hm, have you maybe Java disabled in your Firefox browser?
|
|
|
03-29-2005, 04:44 PM
|
#14
|
Member
Registered: Sep 2004
Posts: 190
Original Poster
Rep:
|
Hi Tito
on my Firefox Toolbar (Edit - Preferrences and Web features) ... Java is enable and envance Java Script is enable...
|
|
|
05-01-2006, 07:53 PM
|
#15
|
LQ Newbie
Registered: May 2006
Posts: 1
Rep:
|
Fedora 5
I found I had to repoint the java.java_plugin_library_name to the correct file in the firefox about:config url.
|
|
|
All times are GMT -5. The time now is 11:22 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|