[jboss-user] [Beginner's Corner] - Re: jboss installation

PeterJ do-not-reply at jboss.com
Wed Nov 18 16:17:26 EST 2009


You are trying to run with a JRE, you need to set JAVA_HOME to where you installed a JDK. Either that or edit the run.bat file to remove the check for the 'server' JVM - to do that, comment out these lines:

"%JAVA%" -server -version 2>&1 | findstr /I hotspot > nul
  | if not errorlevel == 1 (
  |   set "JAVA_OPTS=%JAVA_OPTS% -server"
  | )

View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4266405#4266405

Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4266405



More information about the jboss-user mailing list