Issue:
I am unable to use the CLI utilities for iDash. I am getting the following message: 'java' is not recognized as an internal or external command.
Environment:
All Windows platforms
Cause:
The PATH environment variable does not include the path to the iDash JRE bin directory.
Resolution:
Update the PATHenvironment variable with the following command: set PATH=%IDASH_HOME%/jre/bin;%PATH% and rerun the command.