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
Asked
Active
Viewed 134 times
0
-
http://maven.apache.org/guides/introduction/introduction-to-the-lifecycle.html – Stephen C Sep 29 '18 at 02:36
-
Now I am modifying the code, how can I use the UDP feature in Jeromq? – Ziad Kassam Sep 29 '18 at 12:45