Hi all,
At the top of a class my co-worker has there is the line
import org.apache.commons.dbutils.DbUtils
But I'm getting a class not found error. I suspect it's because he keeps a lot of jars on a maven repository that I do not have access to.
I have downloaded the DbUtils jar file from the apache site, put it on the desktop (for easy deletion later) and put it on the classpath variable in the system environment variables but I'm still getting the error.
Could someone tell me what I've forgotten?
Thanks,
Illu