Description
Running either ScanCentral for packaging only or packaging and upload ScanCentral shows the following error message:
"Cannot run program compiler.exe CreateProcess error=2, The system cannot find the file specified."
Resolution:
Initially, double check that the compiler (msbuild, gradle, maven, etc) is on the path of the Windows machine.
Open a command prompt and run either "msbuild", "gradle", "maven" (depending on the compiler in question) . If this does not work, then you need to look for the compiler version that you want to use for the apps on the machine, and add it to the Path environment variable of the machine.
ScanCentral will try to use the compiler that is on the path, but the system needs to know where it's located.
If the compiler is not installed correctly into the runner machine, ScanCentral will fail.