Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

trouble extracting from a jar file

4 views
Skip to first unread message

McPherson

unread,
Apr 14, 1999, 3:00:00 AM4/14/99
to
Hi all,

I am simply trying to extraact the contents of a jar file, I am typing
the line

jar xf chooser.jar

and I'm getting the errors

java.util.zip.ZipException: invalid entry size (expected 735 but got 736
bytes)
at java.util.zip.ZipInputStream.readEnd(ZipInputStream.java:347)

at java.util.zip.ZipInputStream.read(ZipInputStream.java:137)
at sun.tools.jar.Main.extractFile(Compiled Code)
at sun.tools.jar.Main.extract(Compiled Code)
at sun.tools.jar.Main.run(Main.java:153)
at sun.tools.jar.Main.main(Main.java:760)

Anyone have any ideas ?

Cheers
Chris McPherson


0 new messages