class not found exception trying to run JUnit test cases

I am getting class not found exception trying run my junit test cases. I can run my main application, but somehow it is not finding the test classes. I checked the class path, and it seems to be fine. I can find the root directory where all the test classes are, and can locate the particular test class there. Thanks for any ideas on this.
-- nuthi

0

请先登录再写评论。