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