Very often I get this error in Eclipse, saying that some classes are not present on the build path.
For eg, now it can not find the class "cucumber.api.java.After". This class do exist in the jar "cucumber-java-1.2.5.jar" And if you take a look at the pom.xml in the image below you see that that dependency is included in the project.
But why does not my beloved Eclipse find it? Best regards Fredrik