setJavaEnv.bat does not work under TCC/LE command shell for Windows
-------------------------------------------------------------------

                 Key: GERONIMO-5737
                 URL: https://issues.apache.org/jira/browse/GERONIMO-5737
             Project: Geronimo
          Issue Type: Bug
      Security Level: public (Regular issues)
          Components: general
    Affects Versions: 2.2
         Environment: Windows 7 (version 6.1.7600)  using JPSoft TCC/LE version 
11.00.40
            Reporter: Ron Perrella
            Priority: Trivial


The setJavaEnv.bat program will not run as written  under JPSoft TCC/LE command 
shell.  It is a triival fix which I have test on my copy.

change line 44 by inserting one space in front of the open paren:

FROM: if defined var JAVA_HOME(

TO: if defined var JAVA_HOME (

change line 50 by inserting one space in front of the open paren:

FROM: if defined var JRE_HOME(

TO: if defined var JRE_HOME (

That's it.  The script will now run correctly under Microsoft CMD.exe as well 
as TCC.exe


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to