Relative Content

Tag Archive for eclipseclasspathclassnotfoundexceptionbuildpath

Eclipse gives me a classnotfoundexception everytime after saving a file

I have the most annoying problem in my eclipse: Everytime i edit a java file and save it my project somehow looses knowledge of some classes in my classpath. For example i am writing junit tests with mockito and after saving my test file and running the test i suddenly get: java.lang.ClassNotFoundException: MockedConstruction