Hi,

trying to be helpful from the peanut gallery

On Sat, 26 Jun 2004, <[EMAIL PROTECTED]> wrote:

> java.lang.InternalError: jzentry == 0,

has been seen quite a few times in Ant land.  It usually means that
you are trying to modify a jar that is on the CLASSPATH.

The VM indexes jars it finds on the classpath, when you later modify
it, the VMs internal pointers run out of sync and when you try to
access the jar again (by loading any class or resource) it bails out.

Stefan

-- 
http://stefanbodewig.blogger.de/

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to