Find class
Here the location of a Java class can be determined. This is useful for determining which archive a class is loaded from. For classes with the same name, you can check whether the desired class is being loaded.
(1) The complete class name must be specified.
(2) In the example, the database driver class for a MySQL database was loaded from the archive mysql-connector-java-5.1.40-bin.jar.