Closed GrapeBaBa closed 2 years ago
there is no print when execute callMethod, the map also no change
Try passing C.Test
to RegisterNative as the last argument. This should work.
@timob It not works for me. We now used c++ code to call registerNative.
I want to register a Go function as a java native method, the program not throw error, but execution result not as expect.