Install Sun’s Java Virtual Machine ( J2SE(TM) Development Kit 5.0 Update 9 ) on Fedora Core / Linux platform in 5 simple steps. Installare Sun Java Virtual Machine (J2SE (TM) Development Kit 5,0 Aggiornamento 9) su Fedora Core / piattaforma Linux in 5 semplici passaggi. The procedure is geared for users having access to Linux box from ssh / telnet only as in a vpn / dedicated web hosting. La procedura è orientata per gli utenti che hanno accesso a Linux da ssh / telnet solo come in una rete VPN / dedicato web hosting. However it can be used by anyone. Tuttavia può essere utilizzato da chiunque.

Step 1: Fase 1:
Login as root (su) and cd to a temporary directory for downloads. Il login come root (do) e cd in una directory temporanea per i download. Suppose your user name is john then you can do: Supponiamo che il vostro nome utente è john allora si può fare:

su SU
cd ~john CD John ~

Step 2: Fase 2:
Download J2SE(TM) Development Kit 5.0 Update 9 as Linux RPM in self-extracting file using wget. Download J2SE (TM) Development Kit 5,0 Update 9, come Linux RPM in self-extracting file utilizzando wget. To do that first browse to this Per fare prima che naviga a questo link collegamento using your browser. utilizzando il tuo browser. After accepting the license copy the link corresponding to Linux RPM in self-extracting file . Dopo aver accettato la licenza copia il link corrispondente a Linux RPM in self-extracting file.

Use wget to copy the link. Uso wget per copiare il link. Specify the output file as wget will be unable to save the default name it generates because it is too long: Specificare il file di output come wget non sarà in grado di salvare il nome predefinito che genera, perché è troppo lungo:
wget http://192.18.108.145/ECom/EComTicketServlet/…i586-rpm.bin -O jdk-1_5_0_09-linux-i586-rpm.bin wget http://192.18.108.145/ECom/EComTicketServlet/… i586-rpm.bin-O jdk-1_5_0_09-linux-i586-rpm.bin

Note: -O specifies the output file as shown above. Nota:-O specifica il file di output come mostrato sopra.

Step 3: Fase 3:
Install JVM as follows: Installare JVM come segue:

sh jdk-1_5_0_09-linux-i586-rpm.bin sh jdk-1_5_0_09-linux-i586-rpm.bin

Step 4: Fase 4:
Now download Ora scaricare java-1.5.0-sun-compat-1.5.0.09-1jpp.noarch.rpm using wget. utilizzando wget.
Install it as follows: Installarlo come segue:
rpm -i java-1.5.0-sun-compat-1.5.0.09-1jpp.noarch.rpm rpm-i java-1.5.0-sun-compat-1.5.0.09-1jpp.noarch.rpm

This sets up environment variables, paths, symbolic links etc. Questa imposta le variabili d'ambiente, sentieri, link simbolici ecc

Step 5: Passaggio 5:
Create a new console and type java . Creare una nuova console e digitare la tecnologia Java. You should see something like: Si dovrebbe vedere qualcosa come:

Usage: java [-options] class [args...] Utilizzo: java [-options] class [args ...]

You are done! Avete finito!