The JUnit jar file is in my classpath but I get the same error message.
Thanks in advance.
Camila
2005/12/6, Giorgio Clavelli <[EMAIL PROTECTED]>:
>
> It seems you have a classpath problem. You should add to your classpath
> the
> jUnit jar file.
> Hope it helps.
> Giorgio
>
> On 12/6/05, Camil
It seems you have a classpath problem. You should add to your classpath the
jUnit jar file.
Hope it helps.
Giorgio
On 12/6/05, Camila Kozlowski Della Corte <[EMAIL PROTECTED]> wrote:
>
> Greetings,
>
> I am developing an application with JSP, and using JSF. Here is a
> description of the problem I
Greetings,
I am developing an application with JSP, and using JSF. Here is a
description of the problem I had with TomCat.
I created a class A which invokes a class B. This class B invokes a class C
(class C is a JUnit class). Both the jar files containing class B and C are
located in the lib fo