Results 1 to 4 of 4
As mentioned in the subject, I'm having a hard time getting my Java plugin working for Firefox. I have installed the JRE and put the symlinks etc in the mozilla-plugins ...
- 06-12-2004 #1Just Joined!
- Join Date
- Jun 2004
- Posts
- 4
Java Plugin Works for Mozilla Navigator, but not Firefox
As mentioned in the subject, I'm having a hard time getting my Java plugin working for Firefox. I have installed the JRE and put the symlinks etc in the mozilla-plugins directory. It seems like I have done everything right, according the the Mozilla plugin FAQ, etc.
Well, no java in firefox, but it works fine in Mozilla Navigator.
I have Java enabled in the firefox tools menu.
For some reason, flash works like a charm (it's symlink is in the same place as the java symlink) in both browsers, but Java doesn't.
Any suggestions?
Thanks in advance.
- 06-13-2004 #2Linux Newbie
- Join Date
- May 2004
- Location
- Chennai, India
- Posts
- 116
Re: Java Plugin Works for Mozilla Navigator, but not Firefox
You need to symlink the Java Plugin under JRE to
Originally Posted by lrmall01
the plugins directory UNDER FIREFOX and NOT under mozilla plugins directory.
Code:# cd /path/to/plugin/directory/of/firefox # ln -s /path/to/jre/plugin
NEVER stop/pause Journey of Learning -Travelling Soldier ( Me
)
- 06-13-2004 #3Just Joined!
- Join Date
- Jun 2004
- Posts
- 4
Well, my .firefox folder did not have a plugins directory, so I just copied the entire directory from the .mozilla folder and everything works now.
Thanks for the suggestion.
- 06-14-2004 #4Linux Newbie
- Join Date
- May 2004
- Location
- Chennai, India
- Posts
- 116
i was saying about installing the plugin as *root* user into the firefox's installation directory/plugins
Originally Posted by lrmall01 NEVER stop/pause Journey of Learning -Travelling Soldier ( Me
)


Reply With Quote
