Hi,
please, I need help about JAR files.
I have imported Eclipse project into the workspace...
But, when I try to build it, Eclipse trows me a compile error saying, for example: "package
org.apache.lucene.analysis.standard does not exist" and showing on "
import org.apache.lucene.analysis.standard.*;" for an error, like Eclipse could not find and import this package.
I have about 100 of these errors, all indicating that my JAR files are not recognized or not existing. This application/project (that I imported) is 100% regular, so I am absolutly certain that the problem is in my Eclipse, because it worked on other computers without any problem. Also, all JAR files are in LAB folder and I have clicked and add to BUILD PATH each one of them.
Please, can you help me. What could be the problem about those JARs? Why my Eclipse cannot find those packages?
Thanks.
Igor S