When I try to start the Process Studio in the server I get this error message:
Hi,
This error occurs because you probably have not set JAVA_HOME variable in your Path environment variable.
Create new environment variable JAVA_HOME=“C:\Program Files\Java\jdk1.8.0_101” (This path is the location of your JDK installation folder.)
Edit your Path environment variable and add %JAVA_HOME%\bin; to the end of the value.
Close and restart process-studio.bat and check again.
2 Likes
Hi Fernando,
Has your problem been solved? Do let us know if you are still facing any challenge on this
1 Like
Solved, thanks!