Skip to content
 

Ubuntu: Fixing Java in Firefox 3.6

If you have installed Firefox 3.6 (for instance from the Ubuntu Mozilla Daily Build Team PPA) you will discover that Java is no longer working

For i386 (32 bit Ubuntu):

$ sudo update-alternatives --install /usr/lib/mozilla/plugins/libjavaplugin.so mozilla-javaplugin.so /usr/lib/jvm/java-6-sun/jre/lib/i386/libnpjp2.so 50

For amd64 (64 bit Ubuntu):

$ sudo update-alternatives --install /usr/lib/mozilla/plugins/libjavaplugin.so mozilla-javaplugin.so /usr/lib/jvm/java-6-sun/jre/lib/amd64/libnpjp2.so 50

Related posts:

  1. Fixing unknown locale in Python 2.6 The fix itself is the same as for Python 2.5...
  2. Shorten URL Firefox extension now supports aurls.info I am happy to announce that Shorten URL now supports...
  3. Using ISO-8859-15 encoding with Twirssi Since I run irssi all the time, packing as many...
  4. Irssi notifications using Desktop Notifications and Minivan I was pretty happy with solution to get notifications from...

Related posts brought to you by Yet Another Related Posts Plugin.

Leave a Reply