'findstr' is not recognized as an internal or external command,

jboss

Solution

Please google it, you can find a lot of answers. But do as below to fix it. Add the following value to Right Click My Compuer -> Advanced -> Environment Variables -> System Variables -> Select Path variable -> append the below value.

C:\WINDOWS\system32

It should work with that change.

Problem

I got the following error while starting JBoss from a command line prompt today: ``` 'findstr' is not recognized as an internal or external command ```

Original source