How do I install the Java plugin
Answer:
It all depends on what distribution you are using:
Debian and Ubuntu
-
apt-get install java-package
- Download the latest j2se runtime environment from http://java.sun.com (the Linux self-extracting file version).
- Use the
make-jpkg program to build a debian package (fakeroot make-jpkg /tmp/jre-1_5_0_04-linux-i586.bin)
- Now install your newly created .deb (=sudo dpkg -i sun-j2re1.5*.deb)
After restarting galeon, you should now have the java plugin working
Other distributions
Please add instructions for you favourite distro here.