Java Plugin

Hemsida: (https://java.sun.com/j2se/1.4.2/) https://www.oracle.com/technetwork/java/index.html och https://www.oracle.com/technetwork/java/javase/index-jsp-138567.html

Dokumentation: (https://java.sun.com/j2se/1.4.2/install-linux.html) https://www.java.com/sv/download/help/linux_install.xml och https://www.java.com/sv/download/help/linux_x64_install.xml

Nedladdning: (https://java.sun.com/j2se/1.4.2/download.html) https://www.java.com/sv/download/linux_manual.jsp

(Välj Linux/Linux x64 om du inte har rpm-baserat system (Red Hat/Fedora/openSUSE)/le)


Installation

Ladda ner "Java(TM) 2 Runtime Environment, Standard Edition 1.4.2_04" till /home/hakan/program/java och flytta den till /usr/local

[/home/hakan]# mv /home/hakan/program/java/j2re-1_4_2_04-linux-i586.bin /usr/local
[/home/hakan]# cd /usr/local --> flytta dit.
[/usr/local]# chmod +x j2re-1_4_2_04-linux-i586.bin --> gör filen "körbar".
[/usr/local]# ./j2re-1_4_2_04-linux-i586.bin --> installera
..bla..bla..tryck "enter"..bla..bla..
Do you agree to the above license terms? [yes or no]
yes
..bla..bla...
Klart.
Nu gör jag en länk till min ~/.mozilla/plugins
hakan@haze:~$ cd .mozilla/plugins
hakan@haze:~/.mozilla/plugins$ ln -s /usr/local/j2re1.4.2_04/plugin/i386/ns610-gcc32/libjavaplugin_oji.so
Klart.. :-)

Valid XHTML 1.0!