Error: Could not find or load main class Files\Java\jdk1.8.0_72\bin;C:\Program

I am trying to compile the following at commenad prompt and got the error below (highlighted in bold).

C:\Code>CareID_Devops\Performance\Gatling\run.bat gatling-charts-highcharts-2.1.3

C:\Code>set gatlingScriptsPath=C:\Code\CareID_Devops\Performance\Gatling\

C:\Code>set GATLING_HOME=gatling-charts-highcharts-2.1.3

C:\Code>set JAVA_OPTS=-Denv= -Dusers= -DrampUp= -Dduration= -Dpwd=C:\Code\CareID_Devops\Performance\Gatling\

C:\Code>if “” == “” (gatling-charts-highcharts-2.1.3\bin\gatling.bat -sf C:\Code\CareID_Devops\Performance\Gatling\simulations -df C:\Code\CareID_Devops\Performance\Gatling\data -bdf C:\Code\CareID_Devops\Performance\Gatling\request-bodies ) else (gatling-charts-highcharts-2.1.3\bin\gatling.bat -sf C:\Code\CareID_Devops\Performance\Gatling\simulations -df C:\Code\CareID_Devops\Performance\Gatling\data -bdf C:\Code\CareID_Devops\Performance\Gatling\request-bodies -s )
GATLING_HOME is set to “gatling-charts-highcharts-2.1.3”
Error: Could not find or load main class Files\Java\jdk1.8.0_72\bin;C:\Program
Press any key to continue . . .

please help.