John Embretsen wrote:
So I recommend changing
CALL %~dp0derby_common.bat %*
to
CALL "%~dp0derby_common.bat %*"
in the scripts you use and see if that helps.
If it does, we should probably log a Jira issue for it [1] and provide a
patch, to avoid this situation in the future.
Never mind the patch, it has already been fixed in the development trunk and the
10.2 branch, see DERBY-1955 [1]. Sorry for not noticing earlier. We just have to
wait for the next release :)
--
John
[1] https://issues.apache.org/jira/browse/DERBY-1955