- I am trying to install the Process Studio at that time I am getting an error as “System cannot find the path specified.” Screenshot is given below.
Hi Sonam,
This error comes when path is not properly set for java.
You need to set System Environment variables as given below
Set JAVA_HOME to location of JDK (ex. C:\Program Files\Java\jdk1.8.0_51)
Set JRE_HOME to location of jre (ex. C:\Program Files\Java\jre1.8.0_51)
Set PATH : %JAVA_HOME%\bin;%JRE_HOME%\bin;
After environment variable setting, start ProcessStudio.bat file again.