FREQUENTLY ASKED QUESTIONS (Linux)
Q: How to install java SE Development Kit (JDK) on CentOS6 ?
Go to Oracle and download JDK for your 64bit or 32bit CentOS Linux
for 32bit CentOS: Download "Linux x86 - RPM Installer"
for 64bit CentOS: Download "Linux x64 - RPM Installer"
After downloading...
[root@server ~]# rpm -ivh jdk-7-linux-i586.rpm
OR
[root@server ~]# rpm -ivh jdk-7-linux-x64.rpm
Preparing... ########################################### [100%]
1:jdk ########################################### [100%]
Unpacking JAR files...
rt.jar...
jsse.jar...
charsets.jar...
tools.jar...
localedata.jar...
Q: How to install java SE Development Kit (JDK) on CentOS6 ?
Go to Oracle and download JDK for your 64bit or 32bit CentOS Linux
for 32bit CentOS: Download "Linux x86 - RPM Installer"
for 64bit CentOS: Download "Linux x64 - RPM Installer"
After downloading...
[root@server ~]# rpm -ivh jdk-7-linux-i586.rpm
OR
[root@server ~]# rpm -ivh jdk-7-linux-x64.rpm
Preparing... ########################################### [100%]
1:jdk ########################################### [100%]
Unpacking JAR files...
rt.jar...
jsse.jar...
charsets.jar...
tools.jar...
localedata.jar...
0 comments:
Post a Comment