curl
curl copied to clipboard
java.lang.NoSuchMethodError: org.apache.commons.codec.binary.Base64
Describe the bug Exception right after calling curl.
Stacktrace
Caused by: java.lang.NoSuchMethodError: org.apache.commons.codec.binary.Base64.
Hello and thank you for this feedback.
I will find some time for investigation.
In the meantime can you add the commons-codec dependency to your project ?
https://commons.apache.org/proper/commons-codec
Thanks and good luck
I will reply in this thread.
Thank you! I forgot to write that I've already added it. I also added Apache libs : HttpClient and commons-cli.