Hi,
   I was scanning all classes (to find all annotated class) using the
URLClassLoader.getUrls() methods to find all URL and find it with JDK8.
Since JDK9 onwards all App/System Class loaders are not deriving from
URLClassLoader it doesn't work anymore. (solution of making ucp variable
inside BuiltinClassLoader accesible and reading URLs works).

What is the proper way to scan all(AppClassLoader + any other class loader)
classes?

Any pointers on this will be helpful.


Thanks
Sundar

Reply via email to