6.9.11

:: How to enable Java on Google Chrome in Linux Debian

:: How to enable Java on Google Chrome
+ Installing Java on Linux Debian
# aptitude install sun-java6-jre sun-java6-plugin
+ Create 'plugins' directory
# mkdir /opt/google/chrome/plugins
+ Soft-link the plugins file
# ln -s /usr/lib/jvm/java-6-sun-1.6.0.26/jre/lib/amd64/libnpjp2.so /opt/google/chrome/plugins/
:: Links
+ Google
+ SuperUser