To generate Troja Java client JAR from sources you will need to download following software :
- git - http://git-scm.com
- maven - http://maven.apache.org/
After that you need to get latest code revision from GitHub to do this you have to execute ::
git clone git://github.com/10clouds/Troia-Java-Client.git
Then go to repository main directory and call ::
mvn package
This will create .jar archive in target subdirectory.