Post
Topic
Board Development & Technical Discussion
Re: Multi-language consensus library
by
Mike Hearn
on 18/02/2015, 11:47:36 UTC
ScripterRon, rather than use JNI you could look at JNA. It will let you eliminate all the C code from your project and just call into the library with a regular Java interface. It's much more convenient.