Parentheses in JAVA_HOME path prevent *.bat files from running
--------------------------------------------------------------
Key: GERONIMO-5365
URL: https://issues.apache.org/jira/browse/GERONIMO-5365
Project: Geronimo
Issue Type: Bug
Security Level: public (Regular issues)
Affects Versions: 2.2
Environment: Microsoft Windows XP Pro + SP3, 64bit
Reporter: Stasa Medjedovic
I have JAVA_HOME variable set as:
JAVA_HOME=C:\Program Files (x86)\Java\jdk1.6.0_17
When I try to run any of the .bat files from Geronimo bin folder I get the
following error:
> \Java\jdk1.6.0_17\jre) was unexpected at this time.
I tried to quote JAVA_HOME as:
> set JAVA_HOME="C:\Program Files (x86)\Java\jdk1.6.0_17"
and got the same error.
Parentheses are probably the problem ...
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.