Thursday, September 20, 2007

java in debian

JAVA ON DEBAIN ETCH

Follow the Link to install java plugins in etch os

https://jdk-distros.dev.java.net/debian.html

for installing java in the machine
# apt-get -t unstable install sun-java5-jdk

/etc/apt/sources.list
....
....
....
# Debian Etch
deb http://ftp.debian.org/debian/ etch main contrib non-free
deb-src http://ftp.debian.org/debian/ etch main contrib non-free

# Debian Etch Security Updates
deb http://security.debian.org/ etch/updates main
deb-src http://security.debian.org/ etch/updates main

# for sun-java5 packages in unstable
deb http://ftp.debian.org/debian/ unstable non-free
deb-src http://ftp.debian.org/debian/ unstable non-free
....
....
....

No comments: