1062 | | |
1063 | | |
1064 | | |
| 1062 | It works similar to the GUI on the runserver: |
| 1063 | |
| 1064 | * Enter the class path of your party without the leading {{{classpath:}}}, for example {{{geniusweb.exampleparties.randomparty.RandomParty}}} |
| 1065 | * Enter the parameters as json dictionary without the enclosing curly's, eg {{{ "persistentstate": "a48b8bc9-4275-4a4e-bee9-6c0a734dc99a", "negotiationdata": [] }}} |
| 1066 | * Enter the profile without the leading {{{file:}}}, eg {{{src/test/resources/jobs/jobs2.json}}} |
| 1067 | |
| 1068 | Set the classpath, parameters and profile for your first party, click "Add" |
| 1069 | Then repeat for the next party, until you have all your parties. |
| 1070 | Then you can click the "Run Session" button. |