Jump to content

Firefox Plugin Problem [solved]


Magikx21
 Share

Recommended Posts

Two things to check first:

 

1. Are java and javascript enabled in firefox? You can find out by this: from the firefox menu, Edit -> Preferences -> Web Features. If Enable Java and Enable Javascript aren't checked, check them.

 

2. As per the instructions on Sun's java site, have you created the symbolic link in the firefox plugins directory to libjavaplugin_oji.so? For example, if the firefox plugins directory is at /usr/lib/mozilla-firefox-1.0.2/plugins and libjavaplugin_oji.so is located at /usr/java/jre1.5.0_02/plugin/i386/ns7, then from a terminal (aka console), enter these commands as the root user (adjust them according to the actual directories on your machine):

 

cd /usr/lib/mozilla-firefox-1.0.2/plugins

ln -s /usr/java/jre1.5.0_02/plugin/i386/ns7/libjavaplugin_oji.so .

 

In the ln -s command, don't forget the space and the period after the .so

 

Then close all firefox instances and restart firefox. You can check if it's installed properly by going to http://www.java.com - there's a link there to verify your installation. It will also tell you whether or not you have the latest version.

 

You may want to get more familiar with searching topics on this site. This topic has been covered numerous times.

Edited by jboy
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...