Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Running Jmeter gives 'findstr' is not recognized as an internal or external command

Tags:

jmeter

I am trying to open Jmeter by the batch file but it gives me a error like this:

'findstr' is not recognized as an internal or external command,
operable program or batch file.
Not able to find Java executable or version. Please check your Java installation.
errorlevel=2
Press any key to continue . . .

How can I fix this?

like image 555
Prabakaran Avatar asked Nov 28 '22 06:11

Prabakaran


2 Answers

Right Click on My Computer, then click Properties, followed by Advanced System Settings > Environment Variables Look for the Path System Variable Add this path to the end, after a semicolon: C:\Windows\System32

like image 190
Mrudula Bala Avatar answered Dec 19 '22 13:12

Mrudula Bala


Please Run Jmeter batch file as administrator

like image 42
SrikanthGoud Mamindla Avatar answered Dec 19 '22 13:12

SrikanthGoud Mamindla