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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...