How to call it

De Gentleman
Version datée du 10 septembre 2021 à 08:10 par Admin (discussion | contributions) (Page créée avec « As for the <font color=#FF8C00 title="Graphical User Interface">GUI</font> you will have to type the same command but adding some arguments. To get the list of all availab... »)
(diff) ← Version précédente | Version actuelle (diff) | Version suivante → (diff)
Aller à la navigation Aller à la recherche

As for the GUI you will have to type the same command but adding some arguments. To get the list of all available arguments, you will have to type:

java -jar gentleman-xx.x-jar-with-dependencies.jar --help

or:

java -jar gentleman-xx.x-jar-with-dependencies.jar -h

Then, you will obtain the following information or your machine console:

Usage of GENTLEMAN :
-h --help:	GENTLEMAN help [No Args]
-i --input:	XML input file [1 Arg(s)]
-o --output:	save results in specific file names [1 Arg(s)]
-s --store:	store results files in specific directory [1 Arg(s)]
-p --progress:	progress mode to activate gui progress bar [No Args]
-d --debug:	debug mode [No Args]

So, for example, if you have an XML context file named GTM_Test.xml in the local folder, you will have to type:

java -jar gentleman-xx.x-jar-with-dependencies.jar -i GTM_Test.xml