Xilai Dai created KARAF-5027:
--------------------------------
Summary: 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
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
set
CLASSPATH=%CLASSPATH%;%KARAF_HOME%\system\org\fusesource\jansi\jansi\1.14\jansi-1.14.jar
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)