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