Re: RE[newbie] java. why doesn't it go? (still no joy)

2001-05-17 Thread L. Koornneef

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





Re: [newbie] Mounting linux files from windows?

2001-05-06 Thread L. Koornneef

At 06:38 6-5-2001 -0700, D. Hoyem wrote:
In my experience no.  Windows uses a vfat32 disk
format and linux uses ext2 type format.  Windows can
not read that file format.
Don
--- kaab kaoutar [EMAIL PROTECTED] wrote:
  Hi!
  Is it possible to access linux shared files from
  while logging in windows ?

It is possible though.
There is a program called explore2fs, which can be found at 
http://uranus.it.swin.edu.au/~jn/linux/explore2fs.htm
Obviously, this is experimental software, so use at own risk :-)

Regards,

Leander