Hi Alex, Stimp,
If you have downloaded and extracted the source zip (jppf-full-src-xyz.zip), you can build the jar files by doing as follows:
- go to the "<jppf-xyz>/JPPF/bin" folder and open a console
- type: ant jar
This will build the jars for all the JPPF modules, including jppf-client.jar. The generated jars will be in the "<jppf-xyz>/JPPF/build" folder.
-Laurent