Error trying to start the Process Studio

When I try to start the Process Studio in the server I get this error message:

SkypeApp_kzf8qxf38zg5c_LocalState_38e04654-7701-4fc9-9563-bb747c370f5a

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.

image

image

2 Likes

Hi Fernando,

Has your problem been solved? Do let us know if you are still facing any challenge on this :slight_smile:

1 Like

Solved, thanks!