Can I call a JNI method using RMI?
Created May 4, 2012
John Zukowski There is nothing that stops an RMI server from making native method calls. The client doesn't know it is making a request that will eventually be carried out with native code.
Created May 4, 2012