java - How to find which jars and in what order are loaded by a classloader? - Stack Overflow
Have you tried to use the JVM option -verbose:class
. It displays all loaded JAR files and classes.
Example:
[Opened C:\Program Files\JDK160~1\jre\lib\rt.jar] [Loaded java.lang.Object from C:\Program Files\JDK160~1\jre\lib\rt.jar]
Read full article from java - How to find which jars and in what order are loaded by a classloader? - Stack Overflow
No comments:
Post a Comment