On Thu, 2 Aug 2001, Richard Rodrigues <[EMAIL PROTECTED]>
wrote:
> [javac] java.lang.InternalError: jzentry == 0
>
> Is this related to javac not releasing locks?
Very well possible.
You get this type of errors if a zip file is corrupt, doesn't look the
way the built-in jar zip classes expect them to be or when Java is
trying to read files from a jar that has been changed since it last
looked at it.
Is your build process modifying a jar file that is inside the
classpath and trying to load classes from it afterwards?
Stefan