Find where java class is loaded from

前端 未结 11 1391
独厮守ぢ
独厮守ぢ 2020-11-22 06:22

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

11条回答
  •  谎友^
    谎友^ (楼主)
    2020-11-22 06:36

    Take a look at this similar question. Tool to discover same class..

    I think the most relevant obstacle is if you have a custom classloader ( loading from a db or ldap )

提交回复
热议问题