Changes between Version 114 and Version 115 of WikiStart


Ignore:
Timestamp:
01/08/19 11:05:47 (5 years ago)
Author:
wouter
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v114 v115  
    1919
    2020
     21== Writing a party in Java
    2122
    22 Import in Eclipse:
     23Negotiation 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
     25Example 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:
    2329
    2430Install 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...