Changes between Version 189 and Version 190 of WikiStart
- Timestamp:
- 06/04/19 08:56:19 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v189 v190 377 377 Make sure your parties are in the java classpath. 378 378 379 A stand-alone runner can now be started as follows 380 {{{ 381 java - cp simplerunner...with-dependencies.jar genius2.simplerunner.SessionRunner src/test/resources/settings.json379 A stand-alone runner can now be started as follows (using the example, set your working directory to the root of the simplerunner project ) 380 {{{ 381 java -jar simplerunner...with-dependencies.jar src/test/resources/settings.json 382 382 }}} 383 383