: Yeah, I actually looked at the code and saw that later. I was forgetting the : issue that bugged me (and confusing it with the trouble this guy was having) - : which is that plugins in the solr/lib folder cannot load from other jars in : that folder. I think that was the actual issue.
WTF?!? ... seriously? I don't think i've ever tried it, but if that's really true then it seems like it must be a bug in URLClassLoader ... we're iterating over the file list to generate a URL[] before calling URLClassLoader.newInstance. -Hoss