what is the best way to implement C++ functionality in Java?
Currently I call a RPC service which, throw JNI calls the C++ function and returns the result to the client. Since this methode produces a big overhead, I wanted to know if somebody had a simimlar problem and how he solved it?
Regards,
Stefan
Use JNA or JNI