I am using these commands to install JDK/JVM in Debian server:
apt-get install openjdk-jdk
apt-get install sun-java6-jdk
But getting lots of error:
404 Not Found [IP: 149.20.20.6 80]
404 Not Found [IP: 199.6.12.70 80]
I trying to install this by:
apt-cache search jdk
apt-get install sun-java6-jdk sun-java6-jre
But here also showing same problem.
Does anyone know what can be causing this problem?