1) Download SUN's JRE from http://www.java.com/de/download/. Current version is 1.6.0_21.
2) Install it. I've installed it under /usr/local/java/jre1.6.0_21
3) Create the following symbolic link in /usr/lib/browser-plugins/ (root rights are needed)
sudo ln -s /usr/local/java/jre1.6.0_21/lib/i386/libnpjp2.so /usr/lib/browser-plugins/
4) Start Firefox and go to the Extras --> Add-ons --> Plugins
5) Deactivate IcedTea NPR Web Browser Plugin
Activate (if not yet activated) Java(TM) Plug-in 1.6.0.21
it is super, děkuji, thaks, danke
ReplyDeleteSimple instruction:
ReplyDeleteAs root:
# zypper install libnpjp2.so
Find it:
# cd /usr
# find . -name libnpjp2.so
./lib/jvm/java-1.6.0-sun-1.6.0/jre/lib/i386/libnpjp2.so
So, it's located at:
/usr/lib/jvm/java-1.6.0-sun-1.6.0/jre/lib/i386/libnpjp2.so
Now create the link in your plugins directory. I have firefox in /opt/firefox:
$ cd /opt/firefox/plugins
ln -s /usr/lib/jvm/java-1.6.0-sun-1.6.0/jre/lib/i386/libnpjp2.so .
I am not able to see any JAVA plugins in firefox even though i followed all the instructions,
ReplyDeletecan you plz suggest any other way..?
thanks !!
Suyash