Class definition not found
Brought to you by:
blaforge,
sudeshsoni
Hi all,
This is maybe a very basic question but...
Here is what happens if I forget a JAR in my
classpath :
>java -cp %JUNIT_HOME%\junit.jar;%QuickJARs%
\Quick4rt.jar junit.textui.TestRunner
net.sourceforge.jxunit.JXTestCase
Class "net.sourceforge.jxunit.JXTestCase" not found
But now (I'm sure of my JAR locations) if I had the
right JAR I get :
>java -cp %JXUNIT_HOME%\jxunit1.jar;%JUNIT_HOME%\juni
t.jar;%QuickJARs%\Quick4rt.jar junit.textui.TestRunner
net.sourceforge.jxunit.JXTestCase
Class definition "net.sourceforge.jxunit.JXTestCase"
not found
What is the difference with the previous exception ?
Thanks,
David