apache-commons-codec

Apache Commons Codec with Android: could not find method

Today I tried including the apache.commons.codec package in my Android application and couldn't get it running. Android could not find method ord.apache.commons.codec.binary.* and output the following errors in DDMS 01-12 08:41:48.161: ERROR/dalvikvm(457): Could not find method org.apache.commons.codec.binary.Base64.encodeBase64URLSa...

commons http client - kerberos token while negotiating has \r\n (carriage return line feed) characters

I am trying to use jakarta commons http client. Doing kerberos authentication to communicate with a server. Authentication always fails. On digging deeper I found out that the kerberos token header has carriage return line feed characters in it which is the root cause of the issue. Why does it have \r\n characters and why is that an issu...

I have a Netbeans project written in Java which uses commons codec. I get next error.

What is the problem(package org.apache.commons.codec.binary.Base64 does not exist.)? ...