Anchor | ||||
---|---|---|---|---|
|
java -cp seamcat.jar org.seamcat.CommandLine myWorkspace.sws |
---|
Several options are possible. The result file name can be changed by using the option: result=otherName.swr and the number of events can be specified by using the option: events=12345. The example below uses all these parameters:
java -cp seamcat.jar org.seamcat.CommandLine Default-ws.sws result=commandLine.swr events=200000 |
---|