5

I am using Kubuntu 10.04 with Firefox 3.6 from Mozilla's website and I use OpenJDK from the Ubuntu repsitories.

I want to know how do I configure OpenJDK with the Firefox to view Java applets in the browser.

Matthieu Cartier
  • 3,500
  • 25
  • 36
Xolve
  • 470
  • 2
  • 11
  • 26

2 Answers2

7

Just install a package called icedtea-6-plugin (or icedtea-7-plugin for OpenJDK 7) and you should be all set.

You can verify it works correctly on this page: http://www.java.com/en/download/testjava.jsp

Janne Pikkarainen
  • 7,715
  • 1
  • 31
  • 32
-1

If you're using Fedora like me you need to install

sudo yum install icedtea-web

Restart your browser after this.

Shubham Chaudhary
  • 2,947
  • 1
  • 14
  • 6