Properties specified on the command line can not contain
unquoted spaces. If you need to include spaces in the value
of the property, simply include the entire name-value pair
in quotes:
Example: |
Wrapper.exe -c ..\conf\wrapper.conf "wrapper.java.command=C:\My App\jre\bin\java.exe"
|
|