[zeromq-dev] Cannot build a working JZMQ on Windows: which git branch to take?

2012-07-31 Thread Sikamani, Kothandaraman (GE Global Research, consultant)
After I build using MS Visiual Studio 64 bit version support with for ZeroMQ Im able to get libzmq.dll under C:\Code\zeromq-zeromq3\lib But when I try for Java wrapper to get build jzmq.dll in same Visiual Studio I get following erros 1-- Rebuild All started: Project: jzmq, Configuration:

Re: [zeromq-dev] Cannot build a working JZMQ on Windows: which git branch to take?

2012-07-31 Thread Arkady Rost
Hello! I have same problems yesterday. Please ensure that you've configured your project correctly. Go to jzmq Project - Properties - VC++ Directories. Add ${jdk1.7}/include, ${jdk1.7}/include/win32, ${zeromq_compile_dir}/include to IncludeDirectories and ${zeromq_compile_dir}/lib/x64 to

[zeromq-dev] Cannot build a working JZMQ on Windows: which git branch to take?

2011-10-26 Thread И.L.
Hi all. I can't run even the simplest test case: C:\zeromq\zeromq-jzmq-040c4c6\perfjava -Xcheck:jni -verbose:jni,class -classpath .;C:\zeromq\zeromq-jzmq-040c4c6\lib\zmq.jar local_lat 127.0.0.1 1 1 Exception in thread main java.lang.UnsatisfiedLinkError: org.zeromq.ZMQ$Context.construct(I)V

Re: [zeromq-dev] Cannot build a working JZMQ on Windows: which git branch to take?

2011-10-26 Thread Steven McCoy
2011/10/26 Igor 'Lo' (И.L.) bombsiteunres...@gmail.com Hi all. I can't run even the simplest test case: C:\zeromq\zeromq-jzmq-040c4c6\perfjava -Xcheck:jni -verbose:jni,class -classpath .;C:\zeromq\zeromq-jzmq-040c4c6\lib\zmq.jar local_lat 127.0.0.1 1 1 Exception in thread main

Re: [zeromq-dev] Cannot build a working JZMQ on Windows: which git branch to take?

2011-10-26 Thread Joshua Foster
The simplest way to get jzmq working on windows is to put the libzmq.dll and the jzmq.dll in a directory on the PATH environment variable. Joshua On 10/26/2011 1:20 PM, Steven McCoy wrote: 2011/10/26 Igor 'Lo' (?.L.) bombsiteunres...@gmail.com mailto:bombsiteunres...@gmail.com Hi all.