How can I enable Java in Chromium?

95,350

Solution 1

The first thing to do is to install Java:

$ sudo apt-get update
$ sudo apt-get install openjdk-7-jre icedtea-7-plugin

Restart chromium-browser and then use about:plugins to check if it's enabled.

Solution 2

  • Go to : about:plugins
  • Under location: you should see enable (if it is disabled).

Java Plugin

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.

Solution 3

According to this

You can't. You would have to recompile Chromium and edit the line that disallows NPAPI.

Solution 4

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
Share:
95,350

Related videos on Youtube

user1884905
Author by

user1884905

Updated on September 18, 2022

Comments

  • user1884905
    user1884905 over 1 year

    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?

    • Binarylife
      Binarylife almost 13 years
      Is Ubuntu restricted extras Installed ?
    • user1884905
      user1884905 almost 13 years
      Installed and still no luck.
    • 719016
      719016 almost 13 years
      Can you try if it's not the specific page you are trying to see is causing the problem? Try other java pages to see if they work.
  • dialex
    dialex over 10 years
    No need for openjdk, icedtea-*-plugin is enough
  • isomorphismes
    isomorphismes over 9 years
    I have both of those but don't see an option in about:plugins to enable it.