Changes between Version 114 and Version 115 of WikiStart
- Timestamp:
- 01/08/19 11:05:47 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v114 v115 19 19 20 20 21 == Writing a party in Java 21 22 22 Import in Eclipse: 23 Negotiation parties are run on a parties server, such as the one provided above. The provided parties server supports only java agents at this time. 24 25 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. 26 27 28 == Import in Eclipse: 23 29 24 30 Install Subclipse using "help/Eclipse MarketPlace" and search for subclipse. Disable the JavaHL native DLLs and install. NOTE: due to a bug in Eclipse Photon the marketplace may not work. We suggest to upgrade...