51Testing软件测试论坛
标题:
关于junit的安装
[打印本页]
作者:
kuncat
时间:
2006-11-15 15:50
标题:
关于junit的安装
我把junit安装到了我的c:\junit4.1,然后再classpath后添加了c:\junit4.1\;c:\junit4.1\junit.jar。然后运行java -cp junit.jar;.junit.swingui.testrunner junit.samples.alltests,就出错提示:
Exception in thread "main" java.lang.NoClassDefFoundError: junit/samples/alltests
怎么解决呢?
作者:
cd_sz2000
时间:
2006-12-27 23:58
你好。建议你使用ant 来 运行junit 。这个比用命令行好的多。
你这个错误的原因是没有java 环境里面添加 junit.jar 包造成的。
作者:
B2CPC
时间:
2007-2-16 13:57
java junit.swingui.testrunner junit.samples.alltests
或
java junit.textui.TestRunner junit.samples.alltests
欢迎光临 51Testing软件测试论坛 (http://bbs.51testing.com/)
Powered by Discuz! X3.2