jzmq
jzmq copied to clipboard
Java HelloWorld Client Server not working
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"
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.
I'm trying to run the same example while I got Exception in thread "main" java.lang.UnsatisfiedLinkError: no jzmq in java.library.path