Bugs item #636010, was opened at 2002-11-09 12:34 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=636010&group_id=22866
Category: JBossServer Group: v3.0 Rabbit Hole >Status: Closed >Resolution: Fixed Priority: 5 Submitted By: Archimedes Trajano (trajano) Assigned to: Nobody/Anonymous (nobody) Summary: Problem with JAVA_HOME with spaces Initial Comment: If the JDK is installed in a directory that contains spaces say "c:\program files\java\jdk1.4.1" the run.bat and shutdown.bat will not start properly. The simple fix I made is to just quote "%JAVA%" e.g. in run.bat "%JAVA%" %JAVA_OPTS% -classpath "% JBOSS_CLASSPATH%" org.jboss.Main %ARGS% ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=636010&group_id=22866 ------------------------------------------------------- This sf.net email is sponsored by: Are you worried about your web server security? Click here for a FREE Thawte Apache SSL Guide and answer your Apache SSL security needs: http://www.gothawte.com/rd523.html _______________________________________________ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development
