[zeromq-dev] 0MQ packages - call for comments!

Vladimir & Mihaela puiuvlad at optonline.net
Wed Apr 15 12:31:31 CEST 2009


Malo,

The way I use 0MQ via Java under Windows is as follows:

(1) I put jzmq.dll and libzmq.dll in the classpath (execution time).
(2) I put the source file Jzmq.java in my project, together with my other
source files, and compile it.

An alternative to (2) would be to have the Jzmq*.class files packaged in a
jar (e.g., jzmq.jar), and put that jar in the lib directory; this way I no
longer need to place the source file in my project and compile it.

Vladimir

-----Original Message-----
From: zeromq-dev-bounces at lists.zeromq.org
[mailto:zeromq-dev-bounces at lists.zeromq.org]On Behalf Of Pavol Malosek
Sent: Tuesday, April 14, 2009 7:34 AM
To: Peter Lemenkov; Martin Sustrik
Cc: zeromq-dev at lists.zeromq.org
Subject: Re: [zeromq-dev] 0MQ packages - call for comments!


----- Original Message -----
From: "Peter Lemenkov" <lemenkov at gmail.com>
Sent: Tuesday, April 14, 2009 11:01 AM
Subject: Re: [zeromq-dev] 0MQ packages - call for comments!


>
> Java bindings building and installation procedure looks broken.
> Firstly, I need to pass JAVA_HOME to the ./configure-script and,
> secondly, necessary class-files are not installed at all. However, I'm
> not a java-expert and don't use it personally.

Hello,

I'm nor java expert as well but do you think that to create zeromq.jar
archive
during make procedure would be helpfull?
We can install jar archive to some destination given by --with-javadir
configure
option as well.

To set JAVA_HOME is necessary since there is no standard platform
independent
way how to find java headers location.

malo

_______________________________________________
zeromq-dev mailing list
zeromq-dev at lists.zeromq.org
http://lists.zeromq.org/mailman/listinfo/zeromq-dev




More information about the zeromq-dev mailing list