You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@geronimo.apache.org by Anthony Insolia <in...@att.net> on 2011/12/31 00:08:21 UTC

problem with geronimo run on Geronimo 3 beta

Hello

 

The following code in the geronimo.bat file appears to remove the double
quotes from the _RUNJAVA variable. If the path contains a blank (EG.
"c:\program files\apache software foundation\geronimo\bin\java") the command
is not executable 

 

if defined var _RUNJAVA(

set _RUNJAVA=###%_RUNJAVA%###

set _RUNJAVA=%_RUNJAVA:"###=%

set _RUNJAVA=%_RUNJAVA:###"=%

set _RUNJAVA=%_RUNJAVA:###=%

@)

 

This problem does not appear  to exist on Geronimo 2.2

 

Regards

A Insolia


Re: problem with geronimo run on Geronimo 3 beta

Posted by viola lu <vi...@gmail.com>.
 This is introduced by fixing "(x86)" path problem in JAVA_HOME. You
directly set _RUNJAVA variable,and run geronimo.bat? or set JAVA_HOME ,then
run geronimo.bat?

On Sat, Dec 31, 2011 at 7:08 AM, Anthony Insolia <in...@att.net> wrote:

> Hello****
>
> ** **
>
> The following code in the geronimo.bat file appears to remove the double
> quotes from the _RUNJAVA variable. If the path contains a blank (EG.
> “c:\program files\apache software foundation\geronimo\bin\java”) the
> command is not executable ****
>
> ** **
>
> if defined var _RUNJAVA(****
>
> set _RUNJAVA=###%_RUNJAVA%###****
>
> set _RUNJAVA=%_RUNJAVA:"###=%****
>
> set _RUNJAVA=%_RUNJAVA:###"=%****
>
> set _RUNJAVA=%_RUNJAVA:###=%****
>
> @)****
>
> ** **
>
> This problem does not appear  to exist on Geronimo 2.2****
>
> ** **
>
> Regards****
>
> A Insolia****
>



-- 
viola

Apache Geronimo