[
https://issues.apache.org/jira/browse/KARAF-5027?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15942827#comment-15942827
]
ASF subversion and git services commented on KARAF-5027:
--------------------------------------------------------
Commit d2c79f0a4c3a23ef175f9f4982783a6f23644f7d in karaf's branch
refs/heads/master from [~jbonofre]
[ https://git-wip-us.apache.org/repos/asf?p=karaf.git;h=d2c79f0 ]
[KARAF-5027] Add jansi in client CLASSPATH
> 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)