You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@karaf.apache.org by "Jean-Baptiste Onofré (JIRA)" <ji...@apache.org> on 2017/03/27 08:43:41 UTC

[jira] [Resolved] (KARAF-5027) Missing jansi lib in the CLASSPATH of the client/client.bat

     [ https://issues.apache.org/jira/browse/KARAF-5027?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jean-Baptiste Onofré resolved KARAF-5027.
-----------------------------------------
    Resolution: Fixed

> Missing jansi lib in the CLASSPATH of the client/client.bat
> -----------------------------------------------------------
>
>                 Key: KARAF-5027
>                 URL: https://issues.apache.org/jira/browse/KARAF-5027
>             Project: Karaf
>          Issue Type: Bug
>          Components: karaf-shell
>    Affects Versions: 4.1.0
>         Environment: Java 8
>            Reporter: Xilai Dai
>            Assignee: Jean-Baptiste Onofré
>             Fix For: 4.1.1
>
>
> As discussed this in the user mailing list, the client/client.bat is not working as expected in karaf 4.1.0 due to missing the jansi lib in the CLASSPATH.
> To fix it, Adding this line into the {{client/client.bat}}:
> {code}
> set CLASSPATH=%CLASSPATH%;%KARAF_HOME%\system\org\fusesource\jansi\jansi\1.14\jansi-1.14.jar
> {code}



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