When Maven Crashes Eclipse

If your Eclipse IDE suddenly crashes with an error in java.util.zip.ZipFile.getEntry() chances are that you’re hit by this bug: Crash in ZipEntry when some other process changes the ZIP File at the same time

Workarounds:

  1. Close Eclipse when you build your projects with Maven from the command line
  2. Disable automatic refresh (Preferences -> General -> Workspace -> Refresh using native hooks or polling)

 

One Response to When Maven Crashes Eclipse

  1. […] When Maven Crashes Eclipse (pdark.de) […]

Leave a comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.