How To Install Sun JVM (JDK 1.5.x) on Linux / Fedora Core in 5 Simple Steps Comment installer la JVM de Sun (JDK 1.5.x) sur Linux / Fedora Core en 5 étapes simples
Install Sun's Java Virtual Machine ( J2SE(TM) Development Kit 5.0 Update 9 ) on Fedora Core / Linux platform in 5 simple steps. Installation de Sun Java Virtual Machine (J2SE (TM) Development Kit 5,0 Mise à jour 9) sur Fedora Core / plate-forme Linux en 5 étapes simples. The procedure is geared for users having access to Linux box from ssh / telnet only as in a vpn / dedicated web hosting. La procédure est adaptée pour les utilisateurs ayant accès à Linux par ssh / telnet seulement que dans un VPN / hébergement de site web dédié. However it can be used by anyone. Cependant, il peut être utilisé par n'importe qui.
Step 1: Étape 1:
Login as root (su) and cd to a temporary directory for downloads. Ouverture de session en tant que root (su) et CD dans un répertoire temporaire pour les téléchargements. Suppose your user name is john then you can do: Supposons que votre nom d'utilisateur est john, vous pouvez faire:
su SU
cd ~john CD John ~
Step 2: Étape 2:
Download J2SE(TM) Development Kit 5.0 Update 9 as Linux RPM in self-extracting file using wget. Télécharger J2SE (TM) Development Kit 5,0 Mise à jour 9 que Linux RPM en auto-extractible fichier à l'aide de wget. To do that first browse to this Pour faire cette première navigation à cette link lien using your browser. l'aide de votre navigateur. After accepting the license copy the link corresponding to Linux RPM in self-extracting file . Après avoir accepté la licence copier le lien correspondant à Linux RPM en auto-extractible.
Use wget to copy the link. Utiliser wget pour copier le lien. Specify the output file as wget will be unable to save the default name it generates because it is too long: Spécifiez le fichier de sortie comme wget sera pas en mesure de mettre le nom par défaut qu'il génère, car elle est trop longue:
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. Note:-O spécifie le fichier de sortie, comme indiqué ci-dessus.
Step 3: Étape 3:
Install JVM as follows: Installer JVM comme suit:
sh jdk-1_5_0_09-linux-i586-rpm.bin sh jdk-1_5_0_09-linux-i586-rpm.bin
Step 4: Étape 4:
Now download Maintenant télécharger java-1.5.0-sun-compat-1.5.0.09-1jpp.noarch.rpm using wget. l'aide de wget.
Install it as follows: Installez-le comme suit:
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. Cela met en place les variables d'environnement, les chemins, liens symboliques etc
Step 5: Étape 5:
Create a new console and type java . Créer une nouvelle console et tapez java. You should see something like: Vous devriez voir quelque chose comme:
Usage: java [-options] class [args...] Utilisation: java [-options] classe [args ...]
… …
You are done! Vous êtes fait!
Filed under Classé sous Headline News Headline News , How To Comment , Java Software Logiciel de Java , Linux , Open Source Software Open Source Software , Tech Note Note technique , Web , Web Hosting Web Hosting , Web Services Services Web | |
| |
RSS 2.0 RSS 2,0 | |
Trackback this Article | cet article |
Email this Article Envoyer cet article
You may also like to read Vous mai également à lire |





































February 16th, 2007 at 1:28 pm Février 16th, 2007 at 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? J'ai installé la JVM 1,6 Linux.In sur Windows quand je double-cliquez sur jar il commence directement application.However Java, Linux, ça commence archives application et montre les fichiers de classe du bocal archive.How je peux adapter son fonctionnement directement JVM?
March 16th, 2007 at 8:10 pm Mars 16th, 2007 at 8:10 pm
Great info, been fighting this for a couple hours and this fixed it straigh away. Grande info, été la lutte contre ce pour quelques heures et il fixe cette straigh loin. thanks merci
June 11th, 2007 at 6:56 pm Juin 11, 2007 at 6:56 pm
this was a great help! il s'agissait d'un grand secours! Thx!