I ordered HD for Linux from the online store and clicked on the provided link to download. I got the "install.bin" file and then marked it executable and ran it.
This is what I get:
$ ./install.bin
Preparing to install...
Extracting the JRE from the installer archive...
Unpacking the JRE...
gzip: /tmp/install.dir.30441/Linux/resource/vm.tar.Z: not in gzip format
/tmp/install.dir.30441/Linux/resource/vm.tar.Z: not in compressed format
gzip: /tmp/install.dir.30441/Linux/resource/vm.tar.Z: not in gzip format The included VM could not be uncompressed (GZIP/UNCOMPRESS). Please try to download the installer again and make sure that you download using 'binary' mode. Please do not attempt to install this currently downloaded copy.
... of course, the site only allows you one chance to download, and there's nothing on the site that tells how many bytes or provides a checksum to see if it cam through okay. This is what I have:
$ md5sum install.bin ; ls -l install.bin
d882f1de645d74d0c8218c89090172d1 install.bin
-r-xr--r-- 1 james james 40295170 Feb 14 15:48 install.bin
... is that right? I checked the vm.tar.Z file and it is not a compressed tar file:
$ file /tmp/install.dir.30441/Linux/resource/vm.tar.Z ; ls -l /tmp/install.dir.30441/Linux/resource/vm.tar.Z
/tmp/install.dir.30441/Linux/resource/vm.tar.Z: data
-rw-r--r-- 1 james james 33920902 Feb 15 09:50 /tmp/install.dir.30441/Linux/resource/vm.tar.Z
It seems like a wast to install the VM as I have a perfectly fine copy of Java installed. If I could have simply downloaded the application without the VM and installer crud, I'd have it running now.
Any suggestions?





Bookmarks