日期:2014-05-20  浏览次数:20682 次

有人用过zeroMQ吗?一直提示C:\Program Files\Java\jre6\bin\jzmq.dll: Can't find dependent li
如题

有知道的大大清不吝赐教,不甚感激。
------解决方案--------------------
安装个c++2008就行了。。。
------解决方案--------------------
遇到了同样的问题,是安装的问题,具体在ZMQ.java的34行,找不到依赖的lib,即jzmq.dll
Windows

Get the source code, then use MSVC (2008 or later) to open the solution file builds\msvc\msvc.sln and build the projects.

Ensure that the javac binary is in the Path variable.

Note that ?MQ and JDK header file has to be on "include path" (Tools
------解决方案--------------------
Options
------解决方案--------------------
Projects and Solutions
------解决方案--------------------
VC++ Directories
------解决方案--------------------
Include files) and ?MQ libraries have to be on "library path" (Tools