zeromq / jzmq

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

Java HelloWorld Client Server not working #456

Open R-Lath opened 7 years ago

R-Lath commented 7 years ago

Hi, I am new to ZeroMQ so thought to start with Hello World Client Server program. Hello World Server program I used: http://zguide.zeromq.org/java:hwserver Hello World Client program I used: http://zguide.zeromq.org/java:hwclient I am running both client and server on same windows machine and not getting any compilation errors. At runtime my server program is crashing at code "byte[] request = responder.recv(0)". Error message is "Java(TM) Platform SE binary has stopped working" javaerror

Version of Java I am using is : jre1.8.0_131 OS: Windows7 64-bit ZeroMQ : ZeroMQ 4.0.4

I tried Java weather update server-client program as well, but no luck.

Please help.

cjcandctr commented 6 years ago

I'm trying to run the same example while I got Exception in thread "main" java.lang.UnsatisfiedLinkError: no jzmq in java.library.path