Skip to content
/ jzmq Public
forked from zeromq/jzmq

Java binding for ØMQ

License

GPL-3.0, Unknown licenses found

Licenses found

GPL-3.0
COPYING
Unknown
COPYING.LESSER
Notifications You must be signed in to change notification settings

ctemple/jzmq

This branch is 327 commits behind zeromq/jzmq:master.

Folders and files

NameName
Last commit message
Last commit date
Jun 18, 2012
Feb 12, 2013
Feb 24, 2013
Feb 15, 2013
Apr 10, 2013
Mar 6, 2013
Feb 15, 2013
Feb 13, 2013
Mar 11, 2010
Mar 25, 2013
Mar 11, 2010
Mar 11, 2010
Feb 17, 2013
Feb 23, 2013
Apr 10, 2013
Mar 10, 2011
Mar 11, 2010
Oct 3, 2012
Dec 9, 2010
Feb 14, 2013
Apr 6, 2010
Feb 23, 2013
Feb 18, 2013
Aug 24, 2012
Feb 23, 2013
Apr 1, 2013

Repository files navigation

This is the Java language binding for ØMQ.

Build Status

The latest javadocs.

To build you need to have the zeromq library already installed and run:

./autogen.sh
./configure
make

To build Debian package run:

$ dpkg-buildpackage -rfakeroot

To build RPM package run:

$ rpmbuild -tb jzmq-X.Y.Z.tar.gz

Where X.Y.Z is replaced with the version that you've downloaded.

If your zmq installation is not found by configure you can add this information manually e.g. --with-zeromq=/usr/local.

You may want to take a look at http://www.zeromq.org/docs:tuning-zeromq for additional hints.

For more information, refer to the ØMQ website at http://www.zeromq.org/.

On Mac OS X you may need to compile and make install pkg-config if configure fails with "syntax error near unexpected token newline".
See http://stackoverflow.com/questions/3522248/how-do-i-compile-jzmq-for-zeromq-on-osx for details.
You may also need to symlink the header files of your standard Java installation (e.g. /Developer/SDKs/MacOSX10.6.sdk/System/Library/Frameworks/JavaVM.framework/Versions/CurrentJDK/Headers/*.h) into a suitable directory (e.g. /usr/local/include) and point the JAVA_HOME environment variable to the parent directory (e.g./usr/local).

Copying

Free use of this software is granted under the terms of the GNU Lesser General Public License (LGPL). For details see the files COPYING and COPYING.LESSER included with the Java binding for ØMQ.

About

Java binding for ØMQ

Resources

License

GPL-3.0, Unknown licenses found

Licenses found

GPL-3.0
COPYING
Unknown
COPYING.LESSER

Stars

Watchers

Forks

Packages

No packages published