Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

How do I install a working Java plugin for my web browser?

0
10 Posted

How do I install a working Java plugin for my web browser?

0
10

Fedora 10 includes an open-source version of Java 6, and nearly every Java applet will run if you simply install the Java plugin that comes with Fedora: • Open a Terminal. • Become root: su – • Install the plugin: yum install java-1.6.

0

(Updated 16 September 2008) A: Fedora 9 includes an open-source version of Java 6, so many Java applets will run if you simply install the Java plugin that comes with Fedora: • Open a Terminal. • Become root: su – • Install the plugin: yum install java-1.6.0-openjdk-plugin If that doesn’t work for your needs, then the simplest solution is to install Sun’s Java: • Go to the the Java SE Development Kit Download Site. Choose “Linux” (not “Linux x64”), check the box, and click “Continue.” • Download the “Linux Self-Extracting File” version listed on the page (not the RPM). • Make sure that you’re using my yum configuration from the installing software question. • Open a Terminal. • Become root: su – • Install some software that you will need to continue (these are small downloads): yum install yum-utils jpackage-utils rpm-build • Move the file that you downloaded into the correct place: mv /home/username/Download/jdk*bin /usr/src/redhat/SOURCES/ Replace username with your username (not roo

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123