Install Java

From FreekiWiki
Revision as of 17:44, 22 October 2004 by MichaelWestwind (talk | contribs) (new page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

The instructions at http://www.togaware.com/linux/survivor/Install_Sun.shtml worked to install Java.

download sun's self-extracting file j2sdk-1_4_2_05-linux-i586.bin (requires agreement to license)

move or copy it to /usr/local be root

# j2sdk-1_4_2_05-linux-i586.bin

(this requires that you agree to the license again)

# ln -s /usr/local/j2sdk1.4.2_05/bin/* /usr/local/bin

(link the bin files into /usr/local/bin)

This does not put the plugin into mozilla, that must be done manually.

In mozilla, go to file://usr/local/j2sdk1.4.2_05 open the README.html file go to System Requiremnts & Installation click on the installation instructions link click on the J2SDK for Linux link go to Java Plug-In Browser Registration Instructions Click on Manual Registration Instructions

Or click on the following link: http://java.sun.com/j2se/1.4.2/manual_install_linux.html

follow the instructions (requires creating a symbolic link from the correct file in the plugins directory into the mozilla plugins directory)

# cd /usr/lib/mozilla/plugins
# ln /usr/local/j2sdk1.4.2_05/jre/plugin/i386/ns610/libjavaplugin_oji.so .