Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- Spain
- Malaysia
- essay
- program
- programming_book
- web
- ubuntu
- agile
- Artificial Intelligence
- Book
- management
- QT
- France
- leadership
- Book review
- hbase
- Linux
- comic agile
- hadoop
- MySQL
- Italy
- erlang
- Programming
- django
- Kuala Lumpur
- RFID
- Python
- Java
- history
- Software Engineering
Archives
- Today
- Total
Install Sun Java on Debian 본문
http://www.debianadmin.com/howto-install-java6-on-debian-etch.html
$ sudo vi /etc/apt/sources.list
add "deb http://ftp.debian.org/debian unstable non-free"
$ sudo vi /etc/apt/sources.list
add "deb http://ftp.debian.org/debian unstable non-free"
$ sudo apt-get update
$ sudo apt-get install sun-java6-jdk
$ sudo vi /etc/apt/sources.list
$ sudo update-java-alternatives -s java-6-sun
$ sudo vi /etc/apt/sources.list
remove "deb http://ftp.debian.org/debian unstable non-free"
$ sudo update-java-alternatives -s java-6-sun
$ sudo vi /etc/apt/sources.list
remove "deb http://ftp.debian.org/debian unstable non-free"
Comments