Java Plugin in Firefox on Debian PPC

Note: This is for PPC users only, x86 users can just grab the files straight from Java.com

I needed to get the Java plugin working with Firefox on my Mac Mini Debian install. Since I ended up using IBM’s Java, it was not automatically setup so after reading the docs (file:///usr/lib/j2sdk1.5-ibm/docs/navigation/index.en.htm?eng) that came with it I found a solution.

cd /usr/lib/firefox/plugins/
sudo ln -s /usr/lib/j2sdk1.5-ibm/jre/bin/libjavaplugin_oji.so .

This will create the symlink to the plugin and allow Firefox to use Java applets (although the JRE is not the most current one so some may not work properly).

To test this:

  1. First exit and restart Firefox
  2. Type in “about:plugins” in the addressbar. You should see a list of plugins installed, and the Java one should also be there. My version is “IBM Java(TM) Plug-in: J2RE 1.5.0 IBM build jclxp32dev-20060511a”.
  3. Next try to find a Java applet you can use to test, if you are having a hard time try the DSL Speed Test

Eric Davis

No related posts.

About Eric Davis

I founded Little Stream Software where I provide Redmine and ChiliProject services to help projects teams. I also created an ebook, Redmine Tips, were I show you how to become more productive using Redmine. I am also the author of Refactoring Redmine, where I go about refactoring Rails using Redmine as an example.

, , , , ,

Become more productive with Redmine     Get Redmine Tips »