jzmq icon indicating copy to clipboard operation
jzmq copied to clipboard

Java HelloWorld Client Server not working

Open R-Lath opened this issue 7 years ago • 1 comments

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.

R-Lath avatar Jun 01 '17 23:06 R-Lath

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

cjcandctr avatar Jan 16 '18 03:01 cjcandctr