At 17:50 16-5-2001 -0700, you wrote:
>i used the bzip command below and that gives me a straight .tar file but 
>when i try to tar -zxvf that it says "gzip: stdin: not in gzip format". 
>any ideas what i might be doing wrong. i also have a 
>j2sdk-1_3_0_02-linux.bin file which i got from somewhere elese, any ideas 
>on how i use a bin file? i'm just starting to learn how to use the file 
>system and sometimes i still get totally lost.

I have not followed this discussion, but if you have a tar.gz file and you 
unzip it first, then you don't need the 'tar xvzf' command, but just the 
'tar xvf' command (since it is just a .tar file)
To unpack a tar.gz in one command you could use 'tar xvzf'
See 'man tar' for more information.

Concerning this java sdk .bin-file:
This is a shell script, which automatically extracts the files for you, so 
try chmod to 755 and then execute it.

Regards,

Leander


Reply via email to