
Install Java on Debian
Step 1: Get the Latest Sun JVM for Debian Linux Platform. Click here
Step 2:
Installing Java on Debian is an easy task, there is a package that can
do all the hard task for you. The package is “java-package” which can be
installed with:
“apt-get -u install java-package”
Ensure the repository is up to date before installing this package, as you might...