Does anyone know how to programmaticly find out where the java classloader actually loads the class from?
I often work on large projects where the classpath gets v
Another way to find out where a class is loaded from (without manipulating the source) is to start the Java VM with the option: -verbose:class
-verbose:class