When executing X3ML engine using the command line exe jar, it fails when trying to read input from a folder. This happens probably because of the prefix #_ that is used for reading contents from a folder.
To overcome this issue, it is mandatory to add the folder within quotes... so the following will work as expected
java -jar x3ml-engine-exejar.jar -input "#_folder" ....