My classpath is linked to junit home which contains both hamcrest-core-1.3.jar
and junit-4.12.jar
. The junit seems to be recognized but I'm getting a NoClassDefFoundError: org/hamcrest/SelfDescribing
.
I think I have to link the hamcrest to the classpath variable somehow but I'm not sure how.
This is my classpath variable's contents:
%CLASSPATH%;%JUNIT_HOME%\junit-4.12.jar;.;