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

前端 未结 9 829
半阙折子戏
半阙折子戏 2020-12-05 02:01

I got the following error while starting JBoss from a command line prompt today:

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


        
9条回答
  •  醉梦人生
    2020-12-05 02:40

    You can also hard code the directory by replacing 'findstr' with 'C:\Windows\system32\findstr'. This is useful when using systems with restricted user permissions.

提交回复
热议问题