简体   繁体   中英

How to install ZeroMQ library on Windows 10 for Java?

I want to use ZeroMQ for Windows 10 64bit to use in Java.

I am using Intelj as my IDE.
I googled and the only thing I found out was to compile library from source ( Mostly for Linux ).

Is there any way to use a compiled ZeroMQ library, so I can import it easily in my java code?

To use zeromq in java you have 2 choices, 1. Use jeromq which is a java implementation of zeromq, and 2. Use jzmq which is a jni binding required libzmq installed on your system. If you are willing to use jzmq you can download and install libzmq from here

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM