Cast the class loader to a `URLClassLoader`, get t...
# getting-started
j
Cast the class loader to a
URLClassLoader
, get the URLs, find the ones that are on the filesystem, and scan their directory trees. If the class loader is not a
URLClassLoader
, or a URL does not point to the filesystem, you are usually out of luck
👍 1