I'm trying to install JDK on my remote Debian box. I've been following the directions at this page.
Problem is, the make-jpkg fails. Here's the output I get (plus the version of java-package I'm running:
:~/Desktop/Downloads$ fakeroot make-jpkg jdk-6u16-linux-i586.bin
Creating temporary directory: /tmp/make-jpkg.BdyKSdDYXH
Loading plugins: blackdown-j2re.sh blackdown-j2sdk.sh common.sh ibm-j2re.sh ibm-j2sdk.sh j2re.sh j2sdk-doc.sh j2sdk.sh j2se.sh sun-j2re.sh sun-j2sdk-doc.sh sun-j2sdk.sh
Detected Debian build architecture: i386
Detected Debian GNU type: i486-linux-gnu
No matching plugin was found.
Removing temporary directory: done
:~/Desktop/Downloads$ apt-cache policy java-package | head -2java-package:
Installed: 0.42
Any ideas why it's failing?