Noelia Martin - 2011-10-01

Hello.

I'm trying to use your program to extract information from a website, but to
integrate it into my Java code I have a problem.

By using this code: Config = new ScraperConfiguration ScraperConfiguration
("C: \ \ eclipse \ \ workspace \ \ pfc_2011 \ \ data \ \ noticias.xml");

I get the exception: java.lang.Error: Unresolved compilation problem:
Unhandled exception type FileNotFoundException

Reading the file with that same path works well, I've also tried changing the
slash and no way. I have read on the forum and it is a common error but I have
no answer.

What I can do?

Thanks