Just a quick question regarding Java's reflection mechanism. My program should load the .class items from a .jar file.
I get a java.lang.NoClassDefFoundError
for classes within the jar file, that are importing outer packages (to which I don't have access). Is there any chance of passing the exception without having to import the required packages.
Thanks.
Aucun commentaire:
Enregistrer un commentaire