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:
- Fixing unknown locale in Python 2.6 The fix itself is the same as for Python 2.5...
- Shorten URL Firefox extension now supports aurls.info I am happy to announce that Shorten URL now supports...
- Using ISO-8859-15 encoding with Twirssi Since I run irssi all the time, packing as many...
- 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.