The following are command line options that can be used with an OpenJAUS application.
--ojconfigpath | Specifies the full path to the config file (.ojconf) to be used by the application. If not specified, the default path is {working directory}/{application name}.ojconf. If specified, the --ojfiledir and --ojconfigname arguments are ignored and the path specified will be used as provided. Usage: --ojconfigpath="" |
--ojconf | [Deprecated] Equivalent to --ojconfigpath. |
--ojconfigname | Specifies the name of the config file (.ojconf (or.conf in < 5.0.0)) to be used by the application. If not specified, the default name is the application name. The config file will be expected to be in the internally used file directory. See --ojfiledir. Will be be ignored if used in combination with --ojconfigpath Usage: --ojconfigname="" |
--ojverbose | Turn on verbose mode. Will output all internal OJ_LOG output to stdout Usage: --ojverbose |
--ojfiledir | Specifies the directory to which any internally used files will be referenced. If not specified the current working directory will used as the default. Usage: --ojfiledir="" |