Closed GrapeBaBa closed 2 years ago
JNI spec for primitive types: https://docs.oracle.com/javase/8/docs/technotes/guides/jni/spec/types.html
So i think we have all those types covered.
@timob we may need pass uint64 into a java long type, and java call native back to uint64
Java long is a signed type.
Got it.
We may need pass a Go pointer use uint64 in a method.