Child pages
  • Oracle JDK

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

As we see in the the Java Environment Tutorial the .jinfo file contains register the plugin support. This tutorial only use the Oracle Firefox Java support while Chrome and Chromium do not any more support. Append your .jinfo file with what's needed.

However an extra step is required to let Firefox running Java:

 

Code Block
languagebash
themeEmacs
sudo mkdir -p /usr/lib/firefox-addons/plugins
cd /usr/lib/firefox-addons/plugins
sudo ln -s /usr/lib/jvm/default-java/jre/lib/i386/libnpjp2.so

Then test your Firefox configuration with Test Java.