Skip to content

Instantly share code, notes, and snippets.

@theamith
Created September 3, 2013 18:14
Show Gist options
  • Save theamith/6427527 to your computer and use it in GitHub Desktop.
Save theamith/6427527 to your computer and use it in GitHub Desktop.
Manually configure java plugin in chrome and firefox
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