Error about org.apache.commons.io does not exist!
843810Jun 23 2010 — edited Jun 24 2010Hi,
I'm a newer to Java. I write a code, which will import the package commons io. But when I compile it, it will shows
the error that package org.apache.commons.io does not exist.
I already download the latest source file of commons io, and put the commons-io-1.4.jar under %javahome%\jre\lib\ext,
but this error is still exist.
Can anybody tell me how to solve this problem?
Thanks very much!
Arion