I am trying to get a link to java.lang.Class, which is on my class path and is viewing elements on it with reflection. The problem is that I am trying to do this only with an incomplete class. By this I mean that the classpath contains all the classes that interest me, but does not necessarily contain additional classes on which these classes may depend. Therefore, it is not possible to fully load a class in the usual way.
Is it possible?
source
share