The run.bat command line was no enclosing the JBOSS_ENDORSED_DIRS property in quotes to work correctly with paths with spaces. Edit the run.bat to use the following line:
| "%JAVA%" %JAVA_OPTS% -Djava.endorsed.dirs="%JBOSS_ENDORSED_DIRS%" -classpath "%JBOSS_CLASSPATH%" org.jboss.Main %* | View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3859315#3859315 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3859315 ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://productguide.itmanagersjournal.com/ _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
