zeromq / jzmq

Java binding for ZeroMQ
http://www.zeromq.org
GNU General Public License v3.0
588 stars 364 forks source link

Using bytedeco for generating java bindings #472

Open metaforte opened 5 years ago

metaforte commented 5 years ago

Hi Have you considered using https://github.com/bytedeco/javacpp to generate java bindings

https://github.com/bytedeco/javacpp-presets/wiki/Create-New-Presets

regards

jimidle commented 5 years ago

Actually, I think that Graal VM might be a better bet for this kind of thing these days. I am not sure that anyone is actively working on this project.