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

前端 未结 9 825
半阙折子戏
半阙折子戏 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条回答
  •  -上瘾入骨i
    2020-12-05 02:42

    Please beware that current Windows systems use a Capital "S" for the System directory, so: C:\WINDOWS\System32 %SystemRoot%\System32

    Omitting the capital S will result in a neglect of the line in the %PATH%

提交回复
热议问题