Filename problem

Logan Shaw lshaw at emitinc.com
Thu Jun 22 17:52:47 IST 2006


On Thu, 22 Jun 2006, --[UxBoD]-- wrote:

> jar is a container though and it is reporting about
> SelectInfoorPr1.class I reckon ... can unrar/gunzip
> open a jar file ?

A jar file is zip file with special rules about its contents.

You can use any zip utility (that can handle a zip file that
has the "wrong" extension), or you can use the "jar" utility
from the command line.  I believe "jar" works a lot like tar
does:  you can do "jar -tvf foo.jar", for example.

   - Logan


More information about the MailScanner mailing list