Created
September 3, 2013 18:14
-
-
Save theamith/6427527 to your computer and use it in GitHub Desktop.
Manually configure java plugin in chrome and firefox
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1. Download appropriate jre version from http://java.com/en/download/index.jsp | |
2. Extract it and mv it to /usr/local | |
3. change to firefox installation directory | |
cd /usr/lib/firefox/browser/plugin | |
4.Make a symbolic link | |
sudo ln -s /usr/local/jre1.7.0_27/lib/i386/libnpjp2.so |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment