Amogh Hooshdar wrote:
How can I install the Sun Java plugin for Icewesel in Debian Lenny? I tried copying the libjavaplugin_oji.so as shown below. cp /opt/jdk1.6.0_01/jre/plugin/i386/ns7-gcc29/libjavaplugin_oji.so ~/.mozilla/plugins/ cp /opt/jdk1.6.0_01/jre/plugin/i386/ns7/libjavaplugin_oji.so ~/.mozilla/plugins/ But both attempts did not work. Please help.
java 6 is available via non-free, make sure you have non-free in your sources list then , apt-get update ; apt-get install sun-java6-plugin and that should get you all set.