[
https://issues.apache.org/jira/browse/GERONIMO-4709?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12741746#action_12741746
]
Vanessa Wang edited comment on GERONIMO-4709 at 8/11/09 12:59 AM:
-------------------------------------------------------------------
For space problem,cmd line does not support nested double quotes. using single
quotes or use " \" " instead of " " " would work well.
For example:
{noformat}
start-server.bat -j 'c:/programme files/Java60/bin/java.exe'
{noformat}
or
{noformat}
start-server.bat -j \"c:/programme files/Java60/bin/java.exe\"
{noformat}
Bisides,it is recommonded that using "/" or "\\" instead of "\" according to
gshell's compiler.
was (Author: wwtvanessa):
For space problem,cmd line does not support nested double quotes. use
single quotes or use " \" " instead of " " " would work well.
For example:
{noformat}
start-server.bat -j 'c:/programme files/Java60/bin/java.exe'
{noformat}
or
{noformat}
start-server.bat -j \"c:/programme files/Java60/bin/java.exe\"
{noformat}
Bisides,it is recommonded that using "/" or "\\" instead of "\" according to
gshell's compiler.
> start-server's -j flag does not work
> ------------------------------------
>
> Key: GERONIMO-4709
> URL: https://issues.apache.org/jira/browse/GERONIMO-4709
> Project: Geronimo
> Issue Type: Bug
> Security Level: public(Regular issues)
> Components: commands
> Affects Versions: 2.1.4
> Reporter: Jason Dillon
> Assignee: Jason Dillon
> Fix For: 2.1.5, 2.2
>
>
> Problem is that node.setAttribute(String, String) won't coerce 2nd param of
> type java.io.File to string.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.