jnigi
jnigi copied to clipboard
Expose FindClass
Hey,
Is there any way to retrieve java/lang/Class
without having to call java/lang/Class.forName
(Doesn't work with external libraries)?
Why can't we just export callFindClass
?
Best regards
I did initial testing and turned out to work just fine ;)