I've added commons-codec-1.4.jar in my project file and also added
import org.apache.commons.codec.binary.Base64;
But whenever I build it it gives me an error:package org.apache.commons.codec.binary does not exist Why it's not working?
i were also facing the same issue.
it was resolved by adding commons-codec.jar
you may download it from http://mvnrepository.com/artifact/commons-codec/commons-codec/1.7
libs/should be sufficient.