Re: problem loading class in TomCat 5.5.9

2005-12-06 Thread Camila Kozlowski Della Corte
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

Re: problem loading class in TomCat 5.5.9

2005-12-05 Thread Giorgio Clavelli
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

problem loading class in TomCat 5.5.9

2005-12-05 Thread Camila Kozlowski Della Corte
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