When trying to run the IDM fileImport utility from the command line, I keep running into the "java.lang.NullPointerException: '-baseUrl' must be specified" error. No matter how I try to specify the baseUrl, it still doesn't like it. The included documentation isn't helpful and I'm not sure of the correct syntax to get the command to run.
I am able to launch the utilities through it's GUI, but I need to be able to do everything 100% through the command line.
Here's the command I'm trying to run:
java -jar -Xms1024m -Xmx1024m --module-path "C:\Program Files\Java\javafx-sdk\lib" --add-modules=javafx.controls,javafx.fxml,javafx.web "C:\Program Files\Java\utilities\Utilities.jar" fileImport -path="C:\Users\username\Desktop\Test_PDFs" -documentType="AP_Invoice" -baseUrl="https://idm.inforcloudsuite.com/ca/client/"