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:
- Close Eclipse when you build your projects with Maven from the command line
- Disable automatic refresh (Preferences -> General -> Workspace -> Refresh using native hooks or polling)