I've got Java working on Firefox in UbuntuĀ 11.04 (Natty Narwhal), but using the same page on Chromium tells me Java cannot be found.
How can I enable Java on Chromium in my Ubuntu 11.04?
I've got Java working on Firefox in UbuntuĀ 11.04 (Natty Narwhal), but using the same page on Chromium tells me Java cannot be found.
How can I enable Java on Chromium in my Ubuntu 11.04?
about:plugins This happened with me at first.
Also, see: Do I have Java? If it takes too long , it means that there isn't java installed or something went wrong during installation.
According to this
You can't. You would have to recompile Chromium and edit the line that disallows NPAPI.
You get the IcedTea-web Java browser plugin by installing the icedtea-plugin package.
You can quickly do this from the command line running:
sudo apt-get update && sudo apt-get install icedtea-plugin