I asked a similar question here but I am posting a picture with exactly what I have:
Whenever the server receives a message, the console throws out this error. As you can see all of the JAR files are there. There are no errors with the
import edu.sanford.nlp.pipeline.Annotation;
because otherwise Eclipse would show me. So what really is the problem.
I see that the compiler says that it didn't find this class: edu/stanford/nlp/pipeline/Annotation
. But in reality the import has .
(periods) in it, not /
. (Is the compiler looking for the wrong thing?) How can I fix this problem?
Thank you