In this tutorial we’ll install the Debian Linux 9 (squeeze), Apache 2 with mpm-itk (to run each web as a isolated user),...
How to install Sun Java runtime (JRE)
Ástþór IP1. Add non-free packages to apt sources (pico /etc/apt/sources.list)
Add “non-free” behind “main” for all lines in the file. For example, change:
deb http://ftp.debian.org/debian/ squeeze main
deb-src http://ftp.debian.org/debian/ squeeze main
to
deb http://ftp.debian.org/debian/ squeeze main non-free
deb-src http://ftp.debian.org/debian/ squeeze main non-free
2. Update apt
apt-get update
3. Install Sun Java runtime environment (JRE)
apt-get install sun-java6-bin sun-java6-jre