Hi All
I�ve the following code,
try {
pc = new PropertiesConfiguration("a.ini");
} catch (ConfigurationException ce) {
//System.err.println(ce.getMessage());
}
and at compile time I received the message:
cannot access
org.apache.commons.lang.exception.NestableException
file
org\apache\commons\lang\exception\NestableException.class
not found.
I�ve commons-configuration-1.0.jar in my class path
but inside this file there no one filed called
NestableException.class
How could I solve this error ?
Thanks in advance
Javier
__________________________________
Do you Yahoo!?
Check out the new Yahoo! Front Page.
www.yahoo.com
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]