기본적으로 설치되어있는 OpenJava 말고 Sun Java가 필요할 때

# apt-get install python-software-properties
# add-apt-repository "deb http://archive.canonical.com/lucid partner"
# apt-get update
# apt-get install sun-java6-jdk sun-java6-fonts sun-java6-jre sun-java6-plubin
# update-alternatives --config java
-> 설치되어 있는 자바 버전 중 원하는걸 선택 


+ Recent posts