LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 12-17-2005, 11:15 AM   #1
grandpapop
LQ Newbie
 
Registered: Dec 2005
Posts: 4

Rep: Reputation: 0
how do I get browser to recognize my plugin?


I am running Redhat 9.1 with mozilla browser. I have the java plugin j2sdk-1_4_2_10 installed but what do I type in the terminal window to get the browser to recoginze the plugin? I have been trying ln -s/usr/java/re1.5.0_06_/
plugin/i386/ns610-gcc32/libjavaplugin_oji.so./libjavaplugin
_oji.so I have had no success with this at all.
Please tell me what to type and thank you in advance. Grandpapop
 
Old 12-17-2005, 11:56 AM   #2
linmix
Senior Member
 
Registered: Jun 2004
Location: Spain
Distribution: FC5
Posts: 1,993
Blog Entries: 1

Rep: Reputation: 46
Looks like you miised half of the actual command. The idea is to make a symbolical link from the actual location of java to the place where your browser would look for the plug-in.
The command should look something like:
Quote:
ln -s /usr/lib/jvm/jre/plugin/i386/ns7/libjavaplugin_oji.so /usr/lib/mozilla/plugins/
but double chack to make sure where libjavaplugin_oji.so is located (version numbers may change...)
 
Old 12-17-2005, 05:29 PM   #3
grandpapop
LQ Newbie
 
Registered: Dec 2005
Posts: 4

Original Poster
Rep: Reputation: 0
linmix, thanks so much for giving me the line that I type. I tried it but no luck. I am not sure where the file is for the plugin and I think that has been my problem all along. I have been playing with linux for 3 or 4 years and I have tried many distros and that has always been my problem. I can never get the browser to recognize plugins no matter what distro I use. Red Hat, Core 3, Mandrake, Suse, Corel, Xandros, Ubuntu and Caldera. I also have tried FreeBSD and that is the worse I have seen to get anything to work. I will buy a book and they will talk about the distro and tell about mozilla and the cd will have firefox on it. They are not the same to get things to work or the language is not the same. Thank you very much, but I am about to give up. Grandpapop
 
Old 12-18-2005, 03:36 AM   #4
linmix
Senior Member
 
Registered: Jun 2004
Location: Spain
Distribution: FC5
Posts: 1,993
Blog Entries: 1

Rep: Reputation: 46
On many distros you have acces to a great search tool called slocate or locate. If not find will do the job. It will show you where libjavaplugin is located. Simply copying my line won't help if it doesn't correspond to the setup on your system (e.g. some distros put java in /opt)

I suppose you know about cli tab completion: you type the first few characters press taba and the cli completes the rest as long as there's one option available or shows you all the possible options if there are mnore.

Once you know where libjavaplugin is, use tab completion and adapt the line I gave you to your system situation. Then shut down all instances of the browser and restart it. Only after that will java work.

It would be easier to help you if you told me what distro you use / are trying to get java to work in.
 
Old 12-18-2005, 09:11 AM   #5
grandpapop
LQ Newbie
 
Registered: Dec 2005
Posts: 4

Original Poster
Rep: Reputation: 0
Hi Linmix, I am running Red Hat 9 with a mozilla browser. I have Red Hat 7.1, 9 and Core 3. For some reason I can get Red Hat 9 to work the best for me. The 7.1 and 9 have mozilla browsers and the Core 3 has Firefox. I don't have any books that explain how to work with Firefox so that's why I use the older ones. I had everything screwed up so I just re loaded 9 again and I am going to start over and see if I can get the plugins to work now that I have the correct lines. Thanks for telling me about slocate. I didn't know about that. I have never used the cli plus tab either. I will have to try both of them. Thanks for telling me about these. If I get any of this to work then I will let you know. Have a Merry Christmas and a great New Year. Grandpapop
 
Old 12-18-2005, 09:20 AM   #6
linmix
Senior Member
 
Registered: Jun 2004
Location: Spain
Distribution: FC5
Posts: 1,993
Blog Entries: 1

Rep: Reputation: 46
Don't hesitate to post any queries that might come up. Also don't forget to visit the Unofficial Fedora FAQ, which is where I got the cli command from.
 
Old 12-18-2005, 03:27 PM   #7
grandpapop
LQ Newbie
 
Registered: Dec 2005
Posts: 4

Original Poster
Rep: Reputation: 0
Hi linmix, thank you, thank you, thank you, that did it. I re loaded RH 9 and downloaded the java j2re* again and this time it installed like it was suppose to and using your line it went so the browser did recognize it. That is the first time in maybe 3 years that I have ever had the browser recognize java. Now I will try and get the browser to recognize the macromedia flash plugin. I also want to get the Acrobat and shockwave plugins. I was at Apple and they also use Quicktime plugins. I hope I can go to Apple and download the Quicktime plugin. I will keep you in mind and tell you how it's going. I want to get away from windows very bad and I want to use linux. If I can get all these plugins working then the sites will work the same as they do when I go there with Explorer. Linux is so much better than windows. Again, thank you very much, maybe now I am on my way. Grandpapop
 
Old 12-18-2005, 03:42 PM   #8
linmix
Senior Member
 
Registered: Jun 2004
Location: Spain
Distribution: FC5
Posts: 1,993
Blog Entries: 1

Rep: Reputation: 46
Another great resource is the Stanton-Finley FC4 Installation Notes which also has some info on flash and pdf. keep me posted. I'm looking forward to hearing about your success!
 
  


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 On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Mozilla won't recognize java plugin matazar42 Linux - Software 6 10-09-2005 11:03 AM
gxine browser plugin mrground Linux - Software 0 09-10-2005 12:15 AM
browser plugin Fcm Linux - Software 1 03-01-2005 01:55 PM
browser plugin for Konqueror web browser (linspire) Tracianddwayne Linux - Newbie 1 01-01-2005 02:15 PM
Cannot get Mozilla to recognize Java plugin DoThatPlan Linux - Software 2 09-09-2004 01:11 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

All times are GMT -5. The time now is 01:00 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