FINDSTR' is not recognized as an internal or e

2019-08-11 05:53发布

问题:

Hello I trying to install jmeter I type

cd C:\apache-jmeter-2.13\bin
C:\apache-jmeter-2.13\bin>jmeter.bat

And i receive this message

FINDSTR' is not recognized as an internal or external command
Not able to find Java executable or version. Please check your Java installation

. I trying change PATH variable , fallow this topic Findstr does not work with SET /P? , but it didn't work.
My PATH user variable is C:\Windows\System32, C:\Program Files\apache-maven-3.3.3\src\bin and System variable is C:\Program Files\apache-maven-3.3.3\bin; C:\WINDOWS\system32, C:\Program Files\TortoiseSVN\bin

Please help i not find helpful information in google

回答1:

JMeter is trying to compute Java version using :

java -v

And using findstr function on it.

But I guess that Java is not in path as you path is misconfigured.

So add Java bin folder to path and ensure you use ';' instead of ',' as separator.



标签: cmd jmeter