Stefan Bodewig wrote:
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.
I think I have located a scenario in which this can happen.
Thanks for the pointer!
Cheers, Steve.
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
--
|---------------------------------------|
| Magic by Merlin |
| Production by Avalon |
| |
| http://avalon.apache.org |
|---------------------------------------|
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]