1

After an upgrade to Trusty Tahr (14.04), it seems Java has ceased to work in several browsers (tested on Firefox, Chromium, and Chrome).

ubuntu-restricted-extras is installed, Oracle-Java was installed using the webupd8 PPA, and I also tried applying a fix to an update-alternatives error, and installing IcedTea, to no avail.

How to activate Java plugins in the browsers?

Eliran Malka
  • 1,245
  • 18
  • 36

1 Answers1

-1

Check the symbolic link in your browser's plugin directory and make sure it's pointing to the correct installation of Java (eg /usr/local/java/jre1.x.xxx/lib/amd64/libnpjp2.so)

AlexJerez
  • 114