I installed Jboss and when i tried to start server from command prompt i was getting "findstr was not recognised as intrenal and external command". But when i added path = %path%;c:\windows\system32
the errror was gone , but now i am getting a new error
"Could not locate "C:\Program Files\jboss-5.1.0.GA\bin\bin\run.jar".
can anyone help on this..
Thanks
Hari.
haripriya vedula
Greenhorn
Joined: May 31, 2008
Posts: 24
posted
0
This got resolved.
I set JBOSS_HOME to ../../jboss-version/bin in environment variables which is wrong.
Do NOT place JBoss AS into Program Files, or any other location, such as Documents and Settings, that has a space in the path. Some Java libraries have problems if there are spaces in the path and you will end up with various strange errors. I have JBoss AS installed at c:\opt\jboss-5.1.0.GA (it mimics where I hvae it on my Linux boxes).