|
From: Richard S. H. <he...@ri...> - 1999-12-22 16:45:58
|
I am trying to install jEdit 2.2.1 but I am having problems with the jar
package. I have downloaded it twice and each time I am getting a zip
exception when I try to install it:
C:\tools>java -jar jedit-2_2_1-bin.jar
Exception in thread "main" java.util.zip.ZipException: error in opening
zip file
at java.util.zip.ZipFile.open(Native Method)
at java.util.zip.ZipFile.<init>(ZipFile.java:114)
at java.util.jar.JarFile.<init>(JarFile.java:119)
at java.util.jar.JarFile.<init>(JarFile.java:61)
and
C:\tools>jar tvf jedit-2_2_1-bin.jar
java.util.zip.ZipException: incomplete literal/length tree
at
java.util.zip.InflaterInputStream.read(InflaterInputStream.java:140)
at java.util.zip.ZipInputStream.read(ZipInputStream.java:145)
at
java.util.zip.ZipInputStream.closeEntry(ZipInputStream.java:96)
at sun.tools.jar.Main.list(Main.java:748)
at sun.tools.jar.Main.run(Main.java:197)
at sun.tools.jar.Main.main(Main.java:908)
Is anyone else having this problem?
-> richard
|