====================================================






=====================================================

Tutorial menanam Source Code Java ( Embeding ) ke Linux Slax .

petunjuk :

1. Download source code java paket .bin di situsnya SUN

2. Masuk ke direktori dimana Paket java tersebut berada

SLAX# cd /mnt/hda1/java

3. Install dengan perintah .

SLAX: mnt/hda1/java#./jdk-6u11-linux-i586.bin

4. Tunggu sampai keluar proses instalasi seperti dibawah ini .

Sun Microsystems, Inc. Binary Code License Agreement
for the JAVA SE DEVELOPMENT KIT (JDK), VERSION 6
—-cut here—————-
corrections provided by Sun, and any user manuals,
programming guides and other documentation provided to you

[MORE]

--- tekan tombol "q" aja

Do you agree to the above license terms? [yes or no]

---tekan tombol "y" juga

Java(TM) SE Development Kit 6 successfully installed.
Registration collects and how it is managed and used, see:
http://java.sun.com/javase/registration/JDKRegistrationPrivacy.html
Press Enter to continue…..

---tekan "enter" . .

Thank you for installing the Java Development Kit Version 6 Update 5 from
Sun Microsystems.


--- udah deh . .

5. Setting JAVA_HOME . dengan cara .

SLAX:#export JAVA_HOME=mnt/hda5/java/jdk1.6.0_11
SLAX:#export PATH=$JAVA_HOME/bin:$PATH

--- test java dengan >>>

SLAX#java --version

java version “1.6.0_11″
Java(TM) SE Runtime Environment (build 1.6.0_11-b03)
Java HotSpot(TM) Server VM (build 11.0-b16, mixed mode)

========================================
By : Mochamad Idris