Starting Camunda problem

Hi,

I had downloaded Camunda-bpm-tomcat-9.0 distribution. I run the start-camunda.bat file but it’s not connecting to http://localhost:8080/camunda-welcome/index.html

Any ideas what went wrong?
There is a screenshot for what it appears
Thanks

Which JAVA version u’r using?

Hello,
Java version 8

Hi @Omar

can you please show what happens when you type in the following two commands in your windows cmd console:

java -version

echo %JAVA_HOME%

And please make sure that you downloaded the latest version of the Camunda Tomcat Bundle

Regards
Michael

Hi,
Problem resolved .Thank you