Linux Howto: Configure Java plugin for Firefox 4

This will work with older versions of Firefox as well. I install Firefox 4 on my Linux boxes by downloading the tarball directly from Mozilla’s FTP servers. I prefer to have the bleeding edge Mozilla software.

Install Firefox 4 on Linux via tarball with Java plugin

  1. Navigate to ftp://ftp.mozilla.org/pub/firefox/releases/4.0/linux-x86_64/en-US/firefox-4.0.tar.bz2
  2. Download to your home directory and extract the files, which will give you a directory called “firefox”
  3. Use mkdir to create a directory called firefox/plugins
  4. Use the command “ln -s” to create a symlink to the appropriate java plugin file, like so:
$ cd firefox/plugins
$ ln -s /usr/java/default/lib/amd64/libnpjp2.so libnpjp2.so

Once you load up Firefox after that, click in the address bar and type “about:plugins” to ensure that the Java plugin is now loaded.

Tagged ,

Leave a Reply

Please log in using one of these methods to post your comment:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Change )

Twitter picture

You are commenting using your Twitter account. Log Out / Change )

Facebook photo

You are commenting using your Facebook account. Log Out / Change )

Connecting to %s

Follow

Get every new post delivered to your Inbox.