I'm trying to install Sun's Java SDK 7 by following the Debian Wiki instructions using java-package. But it won't work on an OpenVZ proxmox container.
I'm running Debian Wheezy 7.0-2 64bit on all my environments.
java-package
works fine on my local machine and on other virtualized Debian machines ( KVM or VirtualBox) but not on my container.
When I try to make-jpkg jdk-7u25-linux-x64.tar.gz
I get the following error:
gzip: stdin: not in gzip format
tar: Child returned status 1
tar: Error is not recoverable: exiting now
Anyone know how to solve this or is it just one of those things that cannot be done in a container?