Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deal with UnsatisfiedLinkError #65

Merged
merged 1 commit into from
Sep 28, 2016
Merged

Conversation

jbonofre
Copy link
Contributor

When trying to start Karaf under Solaris or ARM (raspberry), it hangs with an UnsatisifedLinkError. This error is caused by the fact the bundle jline-2.14.2.jar contains and uses classes and native libraries from jansi. The native library is obviously not essentially required on Unix-style systems, and the jansi code already tries to handle the absence of a native library, but still fails at class initialization.

It would be great to do a jansi release and include it in jline in order to update and fix in Karaf.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants