I got this error while compiling a program. I have downloaded the codec needed, i just need to know which folder to add it to.
package org.apache.commons.codec.binary does not exist
I am compiling the program from console.
I got this error while compiling a program. I have downloaded the codec needed, i just need to know which folder to add it to.
package org.apache.commons.codec.binary does not exist
I am compiling the program from console.
You should be alright with any location, as long as you add the Apache commons implementation .jar
to the java
or javaw
classpath. Or in any location where one of your active ClassLoader
instances can find it anyway.