How To Install Sun JVM (JDK 1.5.x) on Linux / Fedora Core in 5 Simple Steps Come installare Sun JVM (JDK 1.5.x) su Linux / Fedora in 5 semplici passaggi
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!
Filed under Elencato sotto Headline News Headline News , How To Come , Java Software Software Java , Linux , Open Source Software Software open source , Tech Note Nota tech , Web , Web Hosting Web Hosting , Web Services Servizi Web | |
| |
RSS 2.0 RSS 2,0 | |
Trackback this Article | questo articolo |
Email this Article Invia questo articolo
You may also like to read Si può anche leggere come |




February 16th, 2007 at 1:28 pm 16 febbraio 2007 alle 1:28 pm
I installed JVM 1.6 on Linux.In Windows when I double click jar files it directly starts Java application.However, in Linux it starts archive application and shows the class files of the jar archive.How I can adjust it to run directly JVM? Ho installato JVM a 1,6 Linux.In Windows quando ho fare doppio clic su file jar direttamente inizia application.However Java, Linux si avvia l'applicazione di archivio e mostra il file di classe il vaso archive.How posso regolarla per eseguire direttamente JVM?
March 16th, 2007 at 8:10 pm Marzo 16, 2007 at 8:10 pm
Great info, been fighting this for a couple hours and this fixed it straigh away. Gran informazioni, la lotta contro questo stato per un paio di ore e questo è fissato straigh di distanza. thanks grazie
June 11th, 2007 at 6:56 pm 11 giugno 2007 alle 6:56 pm
this was a great help! questo è stato un grande aiuto! Thx!