Java Bytecode Assembly, Interesting concepts in the art of Computer Science/Software Development, maybe from time to time other pesky corp. related development issues.

Tuesday, October 18, 2011

Chrome and java applet plugin on ubuntu tails

To enable do this:

sudo ln -sf  /usr/lib/jvm/java-6-sun/jre/lib/amd64/libnpjp2.so     /usr/lib/firefox-addons/plugins/libnpjp2.so
sudo ln -sf  /usr/lib/jvm/java-6-sun/jre/lib/amd64/libnpjp2.so      /usr/lib/mozilla/plugins/libnpjp2.so
mkdir ~/.mozilla/plugins
cd ~/.mozilla/plugins/
ln -s /usr/lib/firefox-addons/plugins/libnpjp2.so

About Me

My photo
Tel Aviv, Israel
I work in one of Israel's Hi-Tech company's. I do 5 nines system development with some system administration. This blog will focus on the technical side of things, with some philosophical strings attached.