-
-
Notifications
You must be signed in to change notification settings - Fork 302
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
Facing java.lang.NoClassDefFoundError while trying to run signal-cli #655
Comments
Try replacing your commands with
But first, restore the original Note that the "Missing libsignal-client" must be caused by old |
That works.
It is solved if we give captcha. Though, some proper error message should be given. Everything works fine. |
I am using ubuntu 18.04. While trying to open signal-cli from command line, I had this issue first
Referred the #517 and followed the steps in https://github.com/AsamK/signal-cli/wiki/Provide-native-lib-for-libsignal. But, for some reason, it did not take up the java.library.path. So, I used
jar cf
to add the.so
files to the jar as follows:After this, if I try to run the signal-cli, I get following error:
Can you help me out here? I am clueless, how to proceed.
The text was updated successfully, but these errors were encountered: