[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Jboss installation in Vista
dimitris@jboss.org
do-not-reply at jboss.com
Tue Aug 28 04:07:40 EDT 2007
We haven't tried it on Vista. Obviously it's this line in bin/run.bat:
| ...
| rem Add -server to the JVM options, if supported
| "%JAVA%" -version 2>&1 | findstr /I hotspot > nul
| if not errorlevel == 1 (set JAVA_OPTS=%JAVA_OPTS% -server)
| ...
|
Just change it to:
| set JAVA_OPTS=%JAVA_OPTS% -server
|
and try again.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4078618#4078618
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4078618
More information about the jboss-user
mailing list