简体   繁体   English

如何在Windows 10 Java版上安装ZeroMQ库?

[英]How to install ZeroMQ library on Windows 10 for Java?

I want to use ZeroMQ for Windows 10 64bit to use in Java. 我想在Windows 10 64bit中使用ZeroMQ在Java中使用。

I am using Intelj as my IDE. 我正在使用Intelj作为我的IDE。
I googled and the only thing I found out was to compile library from source ( Mostly for Linux ). 我用谷歌搜索,唯一发现的是从源代码编译库(主要是Linux)。

Is there any way to use a compiled ZeroMQ library, so I can import it easily in my java code? 有没有办法使用已编译的ZeroMQ库,因此我可以轻松地将其导入Java代码中?

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. 要在Java中使用zeromq,您有2种选择:1.使用jeromq(这是Zeromq的Java实现),以及2.使用jzmq(这是jni绑定,需要在系统上安装libzmq)。 If you are willing to use jzmq you can download and install libzmq from here 如果您愿意使用jzmq,则可以从此处下载并安装libzmq

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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