I added commons-codec-1.4.jar to my project file, and also added
import org.apache.commons.codec.binary.Base64;
But whenever I create it, it gives me an error: the org.apache.commons.codec.binary package does not exist Why does it not work?
source
share