DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=18950>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=18950 Enable Javac to update jar file ------- Additional Comments From [EMAIL PROTECTED] 2003-04-11 13:29 ------- If the jar is on the classpath (and it is probably going to end up there, at least for <javac>), you won't be able to alter its content on Windows - it will be locked. If you manage to change the jar (on Unix systems for example) you run a good chance of destroying the stability of your VM. Many VMs scan the CLASSPATH upfront and get really confused if an archive changes during their lifetime.