[Ubuntu] Using javaplugin in chrome firefox in Ubuntu

1. At first you should download the java from

http://java.com/en/download/index.jsp

extract it, here i locate it in ~/Software/jdk

2. Make sure that there is the folder ~/.mozilla/plugins which once you have install firefox

3. ln the extension.

sudo ln -s ~/Software/jdk/lib/amd64/libnpjp2.so ~/.mozilla/plugins

Restart you browser, done!

Have fun with Ubuntu! 

原文地址:https://www.cnblogs.com/davidhhuan/p/2781907.html