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 C is

RE: problem loading class in TomCat

2005-12-06 Thread Carl Olivier
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: Greetings, I am developing

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 had