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

Popular posts from this blog

python - argument must be rect style object - Pygame -

webrtc - Which ICE candidate am I using and why? -

c# - Better 64-bit byte array hash -