You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@karaf.apache.org by "George McCone (JIRA)" <ji...@apache.org> on 2017/02/13 19:48:42 UTC

[jira] [Created] (KARAF-4987) Windows karaf.bat does not work when spaces in the install path

George McCone created KARAF-4987:
------------------------------------

             Summary: Windows karaf.bat does not work when spaces in the install path
                 Key: KARAF-4987
                 URL: https://issues.apache.org/jira/browse/KARAF-4987
             Project: Karaf
          Issue Type: Bug
          Components: karaf-os-integration
    Affects Versions: 4.0.8
         Environment: Windows
            Reporter: George McCone
            Priority: Minor


The bin/karaf.bat file results in an error if the path where karaf is installed. 

This can be fixed by placing double-quotes around the KARAF_DATA environment variables found on lines 80 and 81, it should look like the following.

        call :warn Creating "%KARAF_DATA%"
        mkdir "%KARAF_DATA%"



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)