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