facebook

Spring JAR Issues

  1. MyEclipse IDE
  2.  > 
  3. Java EE Development (EJB, JSP, Struts, XDoclet, etc.)
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #241593 Reply

    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)

    #241608 Reply

    Riyad Kalla
    Member

    This was a known bug that should have been fixed in 4.0.3, what version of MyEclipse are you using?

    #241624 Reply

    Looks like 4.0.1. Any way to fix this?

    MyEclipse JSF Support

    Version: 4.0.1
    Build id: 20050930-4.0.1-GA

    #241628 Reply

    Riyad Kalla
    Member

    Looks like 4.0.1. Any way to fix this?

    Yes, to update to MyEclipse 4.0.3 OR as a workaround, remove our Spring libraries from your build path and download and add your own manually.

Viewing 4 posts - 1 through 4 (of 4 total)
Reply To: Spring JAR Issues

You must be logged in to post in the forum log in