Skip to content

Instantly share code, notes, and snippets.

@lym
Created April 5, 2014 17:06
Show Gist options
  • Save lym/9994702 to your computer and use it in GitHub Desktop.
Save lym/9994702 to your computer and use it in GitHub Desktop.
Install chrome java plugin on Ubuntu
$ mkdir /opt/google/chrome/plugins; # and cd into it
$ sudo apt-get install icedtea-6-plugin # install icedtea, depending on your open-jdk version, of course.
$ sudo ln -s /usr/lib/jvm/java-6-openjdk/jre/lib/i386/IcedTeaPlugin.so # create symbolic link, depending on your processor architecture
# that's it, start/restart chrome and you're off :-)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment