Changes between Version 462 and Version 463 of WikiStart


Ignore:
Timestamp:
02/10/22 14:13:54 (2 years ago)
Author:
wouter
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v462 v463  
    10601060[[Image(simplerunner.png)]]
    10611061
    1062 
    1063 
    1064 
     1062It 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
     1068Set the classpath, parameters and profile for your first party, click "Add"
     1069Then repeat for the next party, until you have all your parties.
     1070Then you can click the "Run Session" button.
    10651071
    10661072= Debugging =