= Java Quagents Client = The [[Java Quagents Client]] is made of two parts - the core API and the front-end [[Scenarios]]. The API is meant for internal development, and will usually not be necessary to modify for most intents and purposes. The front-end is meant for general user development - research, education, et cetera. == Compiling The Client == To compile the client, simply navigate to the client/API/ directory and type "ant". To remove the associated build directory and executable jar, type "ant clean". == Running The Client == The server and client must be launched independently. The server ''must'' be running when the client jar is executed. To start the server: * Navigate to the top-level quagents directory. * Launch the server using the run script by executing "./run.sh ", where corresponds to the directory which you specified during initial installation. '''NOTE:''' if you receive an error when attempting to run the script, use the command "chmod u+x run.sh" to fix. == Internal Structure ==