java - Obtaining underlying class from org.eclipse.jdt.core.IClassFile -
i have list of org.eclipse.jdt.core.iclassfile
, simple way actual class file (for reflection)?
the option see, in case it's jar file , load jar jarfile
(i can jar , package iclassfile parents) iterate on entries in jarfile
, ,u sing classloader load class.
but maybe there better way...
Comments
Post a Comment