Installing Java Development Kit (JDK) on Ubuntu
There’re many JDK available thesedays. One of the most popular – open source jdk is openjdk. OpenJDK is well compatible with Ubuntu/Linux and it is available in official repository – so you can install it a click.
install openjdk on Ubuntu 11.10
Open a terminal (Ctrl+Alt+t) and execute the command(s) -
sudo apt-get install openjdk-7-jdk
OR you can install sunjdk
Update1 : The sun jdk isn’t included with the official repository, so you first need to add a PPA for that; Thanks to Casier .
sudo add-apt-repository ppa:ferramroberto/java sudo apt-get update sudo apt-get install sun-java6-jdk sun-java6-plugin
That’s All..have fun in programming in Java, with Ubuntu!
'공부방 > Ubuntu' 카테고리의 다른 글
Ubuntu 11.10 멀티부팅시 부팅순서 변경하기 (0) | 2012.02.14 |
---|---|
우분투 설치 및 설정 가이드 (Part 4) (0) | 2012.02.14 |
우분투 설치 및 설정 가이드 (Part 3) (0) | 2012.02.14 |
우분투 설치 및 설정 가이드 (Part 2) (0) | 2012.02.14 |
우분투 설치 및 설정 가이드 (Part 1) (0) | 2012.02.14 |