I am implementing GoCardless into my ColdFusion application by using their Java library and have encountered the following error:
java.lang.NoSuchMethodError: org.apache.commons.codec.binary.Base64.encodeBase64String([B)Ljava/lang/String;
As explained in the GoCardless documentation their library is dependent upon the Apache Commons Codec library (amongst others). When I put the GoCardless JAR into my ColdFusion lib folder I noticed that the Apache Commons Codec JAR is already present and so am unsure what this error signifies.
Any help would be much appreciated. Thanks!