Re: Error while running the sample files after unzipping the Junit.zip file
Posted By:
aleng_hong
Posted On:
Sunday, December 22, 2002 09:06 AM
u should add this to your classpath as well
.;..;
i.e. the current directory and the parent directory should be included, or the when u run main, it'll look for the class at the C:junitjunit3.8.1 directoy and the class (jar is a set of classes if i'm not wrong)C:junitjunit3.8.1junit.jar
so change the classpath to
.;..;C:junitjunit3.8.1;C:junitjunit3.8.1junit.jar will do i think.