You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@karaf.apache.org by "Paolo Antinori (JIRA)" <ji...@apache.org> on 2015/11/19 17:56:11 UTC

[jira] [Created] (KARAF-4128) client.bat lack bouncy-castle on its classpath

Paolo Antinori created KARAF-4128:
-------------------------------------

             Summary: client.bat lack bouncy-castle on its classpath
                 Key: KARAF-4128
                 URL: https://issues.apache.org/jira/browse/KARAF-4128
             Project: Karaf
          Issue Type: Bug
    Affects Versions: 4.0.4
         Environment: Windows
            Reporter: Paolo Antinori


{{bin/client.bat}} lacks this line:

{code}
# line 120
set CLASSPATH=%CLASSPATH%;%KARAF_HOME%\system\org\bouncycastle\bcprov-jdk15on\1.52\bcprov-jdk15on-1.52.jar
{code}

that is present in 

{{bin/client}} instead:

{code}
# line 260
CLASSPATH="$CLASSPATH:$KARAF_HOME/system/org/bouncycastle/bcprov-jdk15on/1.52/bcprov-jdk15on-1.52.jar" 
{code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)