How can I compile the Jeromq package, the java implementation of ZeroMQ

155 Views Asked by At

Jeromq is a java implementation of ZeroMQ. I am making some changes to the communication(TCP, UDP...), and I want to compile Jeromq in Linux, what is the command that can compile the Jeromq package. Knowing that I am running it using the following command: mvn exec:java -Dexec.mainClass=guide.hwserver -Dexec.classpathScope=test

0

There are 0 best solutions below