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 | 31 |
Tags
- django
- Book
- Linux
- erlang
- MySQL
- Programming
- QT
- ubuntu
- history
- Italy
- leadership
- comic agile
- Spain
- essay
- agile
- management
- hbase
- France
- psychology
- RFID
- web
- program
- Python
- hadoop
- programming_book
- Book review
- Java
- Software Engineering
- Malaysia
- Kuala Lumpur
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