Getting Java to work in Firefox 3
Posted on 10 March 2008 by daniel1992
This is an update to my earlier article regarding getting Flash to work in Firefox 3 on Ubuntu Gutsy. I am quoting what I typed there, as there is no need to repeat myself.
For getting some plugins to work, you need to link them. To do this, do ’sudo ln -s -f /usr/lib/firefox/plugins/libjavaplugin.so /usr/lib/[your FF3 dirname]/plugins/’. This will link it, and now Java will work (after a Firefox restart, of course). This may link other stubborn plugins as well. YMMV.
Thanks to Solarwind from the Ubuntu Forums for finding the solution to the Java problem.
Filed under: Uncategorized