Hi Francisco,
I've tried adding org.apache.commons.lang to the build path but that doesn't help.
Assuming that you are using Eclipse IDE to configure your build path, make sure that you have the commons-lang-x.x.jar file in the referenced libraries. If not, click on Add JAR or Add External JAR to add it.
If you have using command line to compile, ensure that you provide the full path and file name in the classpath, like this:
/path/to/commons-lang-x.x.jar
Another thing to check would be is your JAR file really there at the location you specify? Maybe there's a typo in your classpath? :-)
Kapil
--
"The Power to Imagine, is The Power to Create!"