I want to be able to embed a .dll into a running JVM process. I am wondering, as soon as I do this, can I somehow get an instance of JNIEnv that will allow me to access objects within the JVM? What I'm trying to achieve is something like Java Reflection lines, but at a native level.
source
share