[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: JBoss-5.0.0.beta3

juanm_med do-not-reply at jboss.com
Fri Jan 11 15:12:37 EST 2008


Hi.

To avoid this problem, you can edit the run script (run.bat or run.sh), setting the option mentioned above at the line where the org.jboss.Main class is executed, so the original line:

"%JAVA%" %JAVA_OPTS% "-Djava.endorsed.dirs=%JBOSS_ENDORSED_DIRS%" -classpath "%JBOSS_CLASSPATH%" org.jboss.Main %*

would be modified like this:

"%JAVA%" %JAVA_OPTS% "-Djava.endorsed.dirs=%JBOSS_ENDORSED_DIRS%" -classpath "%JBOSS_CLASSPATH%" -Dsun.lang.ClassLoader.allowArraySyntax=true org.jboss.Main %*


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

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



More information about the jboss-user mailing list