Chromium Browser Java Plugin on Ubuntu Netbook Edition 11.04 Beta

Written by James McDonald

April 26, 2011

Install the Java components which are in java-6-openjdk or contained within ubuntu-restricted-extras:

sudo apt-get install java-6-openjdk

# I used this one because it gives a heap of oft needed codecs
sudo apt-get install ubuntu-restricted-extras

To test goto:
http://www.java.com/en/download/testjava.jsp

You should see:
java_working

I think this uses java-6-openjdk to give the java plugin functionality. By the time you resolve all the symlinks the plugin is located /usr/lib/jvm/java-6-openjdk/jre/lib/i386/IcedTeaPlugin.so

0 Comments

Submit a Comment

Your email address will not be published. Required fields are marked *

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

The reCAPTCHA verification period has expired. Please reload the page.

You May Also Like…

Robocopy exclude Directories

Just trying to copy everything except a couple of directories from a drive to my NAS This is the secret incantation of...