Linux에서 Java RPM 설치 방법
1) OS Kernel Bit 확인
getconf LONG_BIT
2) JDK Download
http://www.oracle.com/technetwork/java/javase/downloads/index.html
3) RPM Download 및 설치
RPM 클릭하여 설치
or
rpm -ivh "Java RPM.rpm"
4) Java Folder Move
mv /usr/java/jdk1.7.0_27 /usr/local/java
(/usr/local/java는 Windows의 C:\Program Files와 동일함)
5) profile 수정
/etc 밑의 profile에 해당 내용 추가
6) profile 적용
source /etc/profile
7) java 설치 확인
java -version