In a terminal:
mkdir ~/.mozilla/plugins
Remove the IcedTea plugin, if it has been installed.sudo apt-get remove icedtea6-plugin
Remove a former version of the Java plugin (may or may not be present):rm ~/.mozilla/plugins/libnpjp2.so
Now you can install the plugin, by creating a symbolic link (you tell Firefox, where the plugin is located). For 32-bit Java useln -s /usr/lib/jvm/jre1.7.0/lib/i386/libnpjp2.so ~/.mozilla/plugins/
For 64-bit Java useln -s /usr/lib/jvm/jre1.7.0/lib/amd64/libnpjp2.so ~/.mozilla/plugins/
Comments
Post a Comment