Can you tell me what is the meaning of ” Java-class-file loader library in C”?
It’s a homework assignment and I am not sure how I should approach it.
Update:
I just found out a link on github which exactly defines the topic but I still need some help to figure out what exactly this means?
I suppose it’s about a C library which provides an API for loading Java .class files. This should be possible using JNI.