eclipse transfer failed zip file is empty

Viewed 7809

I'm trying to add a JSF library to my project. But when I try to download from eclipse, it says "Transfer failed. Zip file is empty". The screenshot below shows what I'm talking about Transfer failed. Zip file is empty

3 Answers

Download Eclipse Link 2.X.Y (Version 3.x.y seems to have different libs)

From the Download use the libraries / jars

  • eclipselink/jlib/eclipselink.jar
  • eclipselink/jlib/jpa/jakarta.persistence_X.Y.Z.jar

And place them into your user Library by either

  • The "Manage Libraries ..." Button on the very right of your screenshot
    or
  • Eclipse -> Windows -> Preference -> Java -> Build Path -> UserLibraries
Related