[
https://issues.apache.org/jira/browse/FELIX-1843?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12831505#action_12831505
]
Guillaume Nodet commented on FELIX-1843:
----------------------------------------
The console problems come from two things:
* jline when in windows loads a native library using a system call. when
running in osgi, the osgi way of loading native library should be used, else we
run into an UnsatifiedLinkError Native LIbrary already loaded in another
classloader
* jansi library is missing support for a few ansi calls that are used by
jline, causing backspace and history to not work well
We need to update to newer versions of those libraries asap.
> Karaf shell doens't work properly under windows
> -----------------------------------------------
>
> Key: FELIX-1843
> URL: https://issues.apache.org/jira/browse/FELIX-1843
> Project: Felix
> Issue Type: Bug
> Components: Karaf
> Affects Versions: karaf-1.2.0
> Reporter: Stefan Weber
> Assignee: Gert Vanthienen
>
> When ever you try to complete a command the completion doesn't replace the
> prevoiusly typed characters but will be appended to them. Also backspace
> isn't working.
> Same behaviour if you use the "up"-key to get the last used command.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.