Changes between Version 3 and Version 4 of Java Quagents Client
- Timestamp:
- Sep 1, 2011 1:25:46 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Java Quagents Client
v3 v4 7 7 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". 8 8 9 == Running The Client ==9 == Launching The Client == 10 10 11 11 The server and client must be launched independently. The server ''must'' be running when the client jar is executed. 12 12 13 To start the server: 13 === To start the server: === 14 14 15 15 * Navigate to the top-level quagents directory. … … 19 19 '''NOTE:''' if you receive an error when attempting to run the script, use the command "chmod u+x run.sh" to fix. 20 20 21 === To start the client: === 22 23 * Navigate to <topdir>/client/API/, where <topdir> corresponds to the top-level quagents directory. 24 25 * Execute the command "java -jar Quagents3.jar <SCENARIONAME> <MAP>". 26 27 * For a list of usable maps and scenarios, execute "java -jar Quagents3.jar" (note: this is not synchronized with new maps and scenarios automatically, these must be inserted at ScenarioStarter.java). 28 21 29 == Internal Structure ==