[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Doesnt run (Windows 2000, JDK6)
majiy
do-not-reply at jboss.com
Fri Nov 7 08:49:23 EST 2008
This seems to have been the problem.
I out-commented the following two lines:
"%JAVA%" -server -version 2>&1 | findstr /I hotspot > nul
| if not errorlevel == 1 (set JAVA_OPTS=%JAVA_OPTS% -server)
and replaced them with the following line
set JAVA_OPTS=%JAVA_OPTS% -server
Now it works properly. Thanks a lot :)
But Iôm still slightly confused how it doesnôt seem to find the "findstr.exe". It is placed inside the "WINNT\System32\" directory, which is included in the PATH environmental variable.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4187710#4187710
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4187710
More information about the jboss-user
mailing list