Dear all, I have a "run.yaml" to run a JAR file. We need to pass a lot of arguments but something go wrong. This is the snippet of the run.yaml:
*myconfig1:* * main: /Uni.jar* * args:* * - -lsim -nTc 10* * - -sp 50000* * - -kp ./keystore* * - -tf ./config/topology.prop.xml* * - -tIp 127.0.0.1* * - -d 60* * - -td ./traces/* * - -cfg ./config/config.prop.xml* When I run the image the message I got is the following: *"unrecognised option '-nTc'"* It seems to consider only the first argument and not the others. Any advice? Regards R -- You received this message because you are subscribed to the Google Groups "OSv Development" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
