All,
I was attempting to build my project via Aspectj and I had enabled myEclipse’s Spring support [all of it] and when I went to compile aspectj blew up. It seems as though one of the jars I downloaded is corrupted. I issued the JAR command as follows:
jar tvf db-ojb-1.0.3.jar
And I got the following exception:
java.io.EOFException: Unexpected end of ZLIB input stream
at java.util.zip.InflaterInputStream.fill(InflaterInputStream.java:216)
at java.util.zip.InflaterInputStream.read(InflaterInputStream.java:134)
at java.util.zip.ZipInputStream.read(ZipInputStream.java:139)
at java.util.zip.ZipInputStream.closeEntry(ZipInputStream.java:91)
at sun.tools.jar.Main.list(Main.java:743)
at sun.tools.jar.Main.run(Main.java:191)
Any thoughts?
at sun.tools.jar.Main.main(Main.java:903)