Menu

#1 Class definition not found

v1.0_(example)
open
nobody
None
5
2001-04-13
2001-04-13
Anonymous
No

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

Discussion

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.