The message is occurring when I attempt to initialize a context in Java with: ZMQ.Context context = ZMQ.context(1);
I have downloaded the latest files for zmq and jzmq off of Github. The java jars (zmq.jar and jzmq-2.1.0-SNAPSHOT.jar) were compiled using "mvn compile:compile" and "mvn jar:jar" The libzmq.lib (inside the zmq project) and the jzmq.dll and libzmq.dll were generated using Visual Studio 2010 Express. I should note that my workstation runs 64 bit Win7 but the libs were compiled as Win32 versions (When I tried generated the 64 bit versions problems abounded). Could anyone give me any clues as to how to resolve this. We had been using older versions of jzmq but I needed the latest so as to utilize the polling features. Thanks _______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
