: After reading the docs, I put it in example/solr/lib, but didn't remove : it from example/ext. Whoops. : : Long story short, putting the custom.jar into example/solr/lib worked : with java 5 and 6, so long as it wasn't also in example/ext.
That's excellent news Devon, thanks or the followup. (having a class defined more then once in an applications classpaths is typically problematic ... i believe jetty loads /ext classes into the system class loader, so it's no suprise that would have caused you problems) -Hoss