Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

i am download Jboss jboss-5.0.0.CR2-jdk6.zip file and extract the zip,then i am set system variable JBOSS_HOME=F:\jboss-5.0.0.CR2.when i run the jboss on double click on run.bat. it execute for a while and then automatically closed the windows.if i run the run.bat file from command propmt it show the below erroralt text

i am not able to find out where the problem, please help me.

share|improve this question

1 Answer

up vote 2 down vote accepted

Have a look at this JBoss wiki

The problem is findstr is not in your path, set it and restart command prompt .

You can set path containing findstr to rid out of this.
Here is material how to set path

share|improve this answer
Thanks for reply. – sam Oct 12 '10 at 7:24
@sam is it solved? , let me know. and you can always upvote or accept it as answer if its the case – Jigar Joshi Oct 12 '10 at 7:26
i see that links and tried that but it not work for me problem is same. – sam Oct 12 '10 at 7:47
@sam problem is clear , findstr exec is not in your path, can you post me your path variable info – Jigar Joshi Oct 12 '10 at 9:29
please explain where i found path variable info? – sam Oct 12 '10 at 10:11
show 2 more comments

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.