Hi,
I wonder if someone could point me in the right direction:
I'm trying to use libffi to perform dynamic calls to JNI methods like
CallIntMethod (to the Sun JVM for Linux) from C.
That seems to work until I have to pass jobject references.
I saw that there is the java_raw_api, I am however a little bit lost in
what to use and how.
So, could anyone please point me in the right direction to ask my question?
Or to some samples doing calls from C to Java using the FFI?
Or to some code using the java_raw_api?
I'd appreciate any help,
Thomas