카테고리 없음
First,
Download JDK. (J2SE)
- JDK 1.6.0_06 version download
- if break url then try to here

Second,
Move and Run!, bin file.
- mv jdk-6u6-linux-i586.bin /usr/local/
- chmod 755 jdk-6u6-linux-i586.bin
- ./jdk-6u6-linux-i586.bin
- All questions press the "enter"

Third,
Rename Directory.
- mv jdk-6u6-linux-i586 java

fourth,
Enviroment Setting.
- vim /etc/profile
- Go to last line.
- Input this.
PATH="$PATH:/usr/local/java"
export JAVA_HOME="/usr/local/java"
export PATH=$JAVA_HOME/bin:$PATH
- save and exit.
- source /etc/profile

fifth,
Check Java's version
- java -version
- Check 1.6.0_06 version, if you see 1.6.0 then established well.



When you have any questions, send the mail to alloe130@gmail.com.
카테고리 없음
사용자 삽입 이미지

아주 온화하다~ ㅋㅋ
1 ··· 32 33 34 35
블로그 이미지

개발자

우와신난다