RE: problem loading class in TomCat

2005-12-06 Thread Carl Olivier
Sent: 06 December 2005 19:32 To: Tomcat Users List Subject: Re: problem loading class in TomCat Yes, all my classes are in a package. Camila 2005/12/6, Mark Thomas <[EMAIL PROTECTED]>: > > Are all your classes in a package? > > Mark > > Camila Kozlowski Della Corte wrote: >

Re: problem loading class in TomCat

2005-12-06 Thread Camila Kozlowski Della Corte
Yes, all my classes are in a package. Camila 2005/12/6, Mark Thomas <[EMAIL PROTECTED]>: > > Are all your classes in a package? > > Mark > > Camila Kozlowski Della Corte wrote: > > Greetings, > > > > I am developing an application with JSP, and using JSF. Here is a > > description of the problem

Re: problem loading class in TomCat

2005-12-06 Thread Mark Thomas
Are all your classes in a package? Mark Camila Kozlowski Della Corte wrote: > 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

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