When my class loader is loading Solr + the plugin ...
# announcements
a
When my class loader is loading Solr + the plugin JARs, I use:
Copy code
URLClassLoader(jarFiles.toTypedArray(), ClassLoader.getSystemClassLoader())
when Solr does it, not sure. but same results.