I am compiling a .java file using ant compiler. I am getting the following errror \"package org.apache.commons.io does not exist error\"
I downloaded the apache Commons
I also faced the same issue, but after adding dependency in pom error got removed.
commons-io commons-io 2.6
you can also refer URL http://zetcode.com/java/fileutils/