How can i create a UUID using JNI?
Created May 4, 2012
Davanum Srinivas Here's a HOW-TO for Unix Platforms:
http://ringlord.com/platform/java/jni-howto.html
On Win32, you can use UuidCreate.
Created May 4, 2012
http://ringlord.com/platform/java/jni-howto.html
On Win32, you can use UuidCreate.