On Tue, 17 Nov 1998 13:07:03 -0500 (EST), [EMAIL PROTECTED] wrote:

>
>Is anyone else experiencing trouble with jar?
>
>When I run jar -t jarfile.jar
>
>it just hangs...
>
>I've tried it on more than one jar file....

Well, you need to use

        jar -tf jarfile.jar

Doing just "jar -t" will tell jar to read stdin for the
jar file itself - such as:

        cat jarfile.jar | jar -t


Michael Sinz -- Director of Research & Development, NextBus Inc.
mailto:[EMAIL PROTECTED] --------- http://www.nextbus.com
My place on the web ---> http://www.users.fast.net/~michael_sinz

Reply via email to