[zeromq-dev] ZeroMQ evaluated for Second Life
Steven McCoy
steven.mccoy at miru.hk
Tue Apr 7 09:40:03 CEST 2009
2009/4/7 Martin Sustrik <sustrik at fastmq.com>:
> "Loads the system library specified by the libname argument. The manner in
> which a library name is mapped to the actual system library is system
> dependent."
>
> What should I make out of that? Where does it search for the libraries? Java
> classpath? LD_LIBRARY_PATH or a particular counterpart on the given
> platform?
It means jzmq.so on Unix or jzmq.dll on Windows, etc, for the library name.
Sun's JVM will check it's own library directory then follow the system
library path (/etc/ld.so.conf on Linux) and (LD_LIBRARY_PATH).
Normally you will have to set both CLASSPATH and LD_LIBRARY_PATH to
get a JNI application working.
--
Steve-o
More information about the zeromq-dev
mailing list