Changes between Version 123 and Version 124 of WikiStart
- Timestamp:
- 01/14/19 09:53:17 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v123 v124 21 21 == Writing a party in Java 22 22 23 Example agents can be found [https://tracinsy.ewi.tudelft.nl/trac/Genius2/browser/exampleparties here]. An agent is compiled with maven. After compilation ({{{mvn package}}}) you get a {{{target/yourparty-X.Y.Z-jar-with-dependencies.jar}}} that can be copied into the parties server for deployment.23 Example parties can be found [https://tracinsy.ewi.tudelft.nl/trac/Genius2/browser/exampleparties here]. An agent is compiled with maven. After compilation ({{{mvn package}}}) you get a {{{target/yourparty-X.Y.Z-jar-with-dependencies.jar}}} that can be copied into the parties server for deployment. 24 24 25 25 === Some technical info