Ninjastic
Home
Search
Users
Boards
Addresses
Ctrl + K
Toggle theme
Open menu
Post
Edited versions
Quotes to this post
Post
10499500
Topic
958835
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.