| Author |
Error in run.bat of jboss-4.0.5.GA
|
Shenaz Assu
Ranch Hand
Joined: Sep 21, 2007
Posts: 32
|
|
Hi All, I am using jboss-4.0.5.GA as my application server. But when i am running the run.bat, i am getting the error 'findstr' is not recognized as an internal or external command, operable program or batch file. Could you pleas help me out??
|
 |
Jaikiran Pai
Marshal
Joined: Jul 20, 2005
Posts: 8142
|
|
|
Have a look at FindstrCommandNotFound
|
[My Blog] [JavaRanch Journal]
|
 |
Shenaz Assu
Ranch Hand
Joined: Sep 21, 2007
Posts: 32
|
|
Hi Jai, Thanks a lot!! But could you please tell me how to put that in the path?
|
 |
Jaikiran Pai
Marshal
Joined: Jul 20, 2005
Posts: 8142
|
|
Edit your PATH environment variable in Windows to include C:\Windows\system32 (assuming you have Windows on C:\ ) The other way to do it is to add it to the PATH from the command prompt, before starting JBoss, as follows:
|
 |
Shenaz Assu
Ranch Hand
Joined: Sep 21, 2007
Posts: 32
|
|
Hi Jai, Its working fine now. Thanks a lot!!
|
 |
 |
|
|
subject: Error in run.bat of jboss-4.0.5.GA
|
|
|