Start.bat in camunda 7 doesn´t work about java

I have Java 21 installed and JAVA_HOME = C:\Program Files\Java\jdk-21

The error after write in cmd start start.bat is…

Setting JAVA property to “C:\Program Files\Java\jdk-21\bin\java”
“findstr” no se reconoce como un comando interno o externo,
programa o archivo por lotes ejecutable.
Java version is "=
La sintaxis del comando no es correcta.

And if i try to double click in start.bat that terminal are close immediately

I resolved by changing the $env:PATH = “$env:PATH;C:\Windows\System32” and i configured the $env:JAVA_HOME = “C:\PROGRA~1\Java\jdk-21”

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.