Hi all,
As I posted this under "Technical Support" tracker and
I did not get any answer, I realize that maybe "Bugs"
tracker section is where I should have posted :
---
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,
Yann
Logged In: YES
user_id=145038
Hello Yann
Sorry for this very late response.Actually we were not
using the Tracker facility so the messages escaped from our
view.
Yann, i think jxunit1.jar is not in the
classpath .Please double check the variable JXUNIT_HOME
Hope u might have solved the problem by now :-)
Thomas