Reputation: 977
I trying to start jboss as 7.1.1 from the command prompt in window7 and set the JAVA_HOME,JBOSS_HOME in environment variable. But the it showing below error message when using run.bat/standalone.bat
I checked this URL.Even this already setting path for system32 also.Its not working.Please help on this.
Updatestrong text
@Ramaraj
As per you shared comments I already done.but got this same thing.I share my system configuration also windows 64 bit and JDK 1.7 and check below images
Upvotes: 0
Views: 3480
Reputation: 146
standalone.bat is enough to start jboss in windows
could you set JBOSS-HOME in properties file like JBOSS_HOME D:\jboss-as-7.1.1.Final then try to start
if you get 'findstr' is not recognized as an internal or external command error
then do
Click My Compuer -> Advanced -> Environment Variables -> System Variables -> Select Path variable -> append the below value.
C:\WINDOWS\system32
then try to start jboss using standalone.bat
Upvotes: 1