Changes between Version 304 and Version 305 of WikiStart
- Timestamp:
- 06/08/20 16:15:52 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v304 v305 657 657 }}} 658 658 659 NOTE: because the commandline java command can not combine jar and cp, you need to combine them manually, plus add the correct run path as in 660 661 {{{ 662 java -cp /blabla/simplerunner-1.4.0-jar-with-dependencies.jar:/blabla/randomparty-1.4.0-jar-with-dependencies.jar geniusweb.simplerunner.NegoRunner src/test/resources/settings.json 663 }}} 664 665 Also note that at least on OSX you must NOT wrap the paths to the jars in double quotes, and the separator char between the jars is {{{:}}}. 666 659 667 When the protocol is completed, the runner prints out the final state which usually contains all actions that were done as well. 660 668