>>>>> "Andrew" == Andrew Haley <aph@xxxxxxxxxx> writes: >> I looked into this. The problem is, URLClassLoader caches the >> toString() result but does not reset it when a new URL is added. >> Whoops. Andrew> Where's this? We talked about this on irc but I thought I'd follow-up for the record. It is just a small bug in URLClassLoader; addURL has to clear the cached toString() result. This is now fixed in libgcj and classpath. Tom