• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Installing Java 1.4.1_03 under Red Hat 9

leolaw

Senior member
As the topic how can i Install Java 1.4.1_03 under Red Hat 9?

I can run applet such as Yahoo chat

But i can open the Control panel though

Can someone teach me how to install the Java Plug-ins?
 
How about reading the INSTALLATION document at java.sun.com that's on the same page as the SDK download?

As for the .bin file, just set it executable. Change to the directory where you want to install it, and just run the .bin script (you'll need to be the root user unless you're installing somewhere underneath your home directory). It'll dump the contents into a j2sdk1.4.1 directory (or similar).

Installing the browser plugin is fairly simple, if unobvious. Create a symlink of the plugin library in Netscape/Mozilla's plugin folder. For example:

ln -s /usr/local/j2sdk1.4.1/jre/plugin/i386/ns610/libjavaplugin.oji /opt/mozilla/plugins

I'm doing this from memory, so the actual paths may vary! I don't know what "Control Panel" you're referring to. Email me if you need additional assistance.
 
Back
Top